Skip to content

Commit 21af668

Browse files
committed
Wrong comment position
1 parent 5794322 commit 21af668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodySubContext.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ public int hashCode() {
5454
return 31 * base.hashCode() + node.hashCode();
5555
}
5656

57-
// Delegation to 'base' from here
58-
//======================================
59-
6057
@Override
6158
public String toString() {
6259
return "CpsBodySubContext[" + base + ":" + node.getId()+ "]";
6360
}
6461

62+
// Delegation to 'base' from here
63+
//======================================
64+
6565
@Override
6666
public void onFailure(Throwable t) {
6767
base.onFailure(t);

0 commit comments

Comments
 (0)