Skip to content

Commit

Permalink
graph.core: add comment to empty method
Browse files Browse the repository at this point in the history
Add a nested comment explaining why this method
is empty, throw an UnsupportedOperationException
or complete the implementation.

Change-Id: Ic63615a8ccf01295e4b52f8c6434258464d4dcd8
Signed-off-by: Sehr Moosabhoy <sehr.moosabhoy@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/201771
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
Sehr Moosabhoy authored and MatthewKhouzam committed May 9, 2023
1 parent e3b471a commit 5dfb6b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ protected final void tryInsertAtNode(TmfEdgeInterval interval, int depth) {
*/
@VisibleForTesting
protected void informInsertingAtDepth(int depth) {

// do nothing
}

private long getNewBranchStart(int depth, TmfEdgeInterval interval) {
Expand Down

0 comments on commit 5dfb6b4

Please sign in to comment.