Skip to content

Commit b24605d

Browse files
committed
spotless
1 parent 7a824f7 commit b24605d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dd-java-agent/agent-debugger/src/test/java/com/datadog/debugger/agent/CapturedSnapshotTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ public void veryOldClassFile() throws Exception {
276276
}
277277

278278
/**
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-
*/
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+
*/
282282
@Test
283283
public void veryOldClassFileWithJsrRet() throws Exception {
284284
final String CLASS_NAME = "antlr.Tool"; // compiled with jdk 1.2

0 commit comments

Comments
 (0)