We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a824f7 commit b24605dCopy full SHA for b24605d
1 file changed
dd-java-agent/agent-debugger/src/test/java/com/datadog/debugger/agent/CapturedSnapshotTest.java
@@ -276,9 +276,9 @@ public void veryOldClassFile() throws Exception {
276
}
277
278
/**
279
- * Ensure older pre-Java 6 class files with JSR/RET can be rewritten without "JSR/RET are not
280
- * supported with computeFrames option" exceptions being thrown.
281
- */
+ * Ensure older pre-Java 6 class files with JSR/RET can be rewritten without "JSR/RET are not
+ * supported with computeFrames option" exceptions being thrown.
+ */
282
@Test
283
public void veryOldClassFileWithJsrRet() throws Exception {
284
final String CLASS_NAME = "antlr.Tool"; // compiled with jdk 1.2
0 commit comments