Skip to content

Commit 9388983

Browse files
committed
Java: Add missing stub.
1 parent 0f6f020 commit 9388983

File tree

1 file changed

+4
-0
lines changed
  • java/ql/test/stubs/jsr311-api-1.1.1/javax/ws/rs/core

1 file changed

+4
-0
lines changed

java/ql/test/stubs/jsr311-api-1.1.1/javax/ws/rs/core/Cookie.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,8 @@ public String getDomain() {
151151
public String getPath() {
152152
return null;
153153
}
154+
155+
public String toString() {
156+
return null;
157+
}
154158
}

0 commit comments

Comments
 (0)