Skip to content

Commit 23d285c

Browse files
committed
Java: Update model generator expected output.
1 parent 786d04e commit 23d285c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/ql/test/utils/modelgenerator/dataflow/p/MultiPaths.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ public String cond(String x, String other) {
1111
return x;
1212
}
1313

14-
// summary=p;MultiPaths;true;clone;();;Argument[this];ReturnValue;value;df-generated
15-
// contentbased-summary=p;MultiPaths;true;clone;();;Argument[this];ReturnValue;value;dfc-generated
14+
// No summary for the clone method as it is explicitly handled by the dataflow library.
1615
@Override
1716
public Object clone() {
1817
return this;

0 commit comments

Comments
 (0)