Skip to content

Commit dabc5c2

Browse files
committed
fix: javadoc
1 parent 2b305cd commit dabc5c2

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/dev/galacticraft/machinelib/api/gametest/annotation

1 file changed

+1
-1
lines changed

src/main/java/dev/galacticraft/machinelib/api/gametest/annotation/MachineTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
int workTime() default 1;
7676

7777
/**
78-
* {@return whether to capture {@link net.minecraft.gametest.framework.GameTestAssertException}s and unwrap them.
78+
* {@return whether to capture {@link AssertionError}s to add gametest data}
7979
*/
8080
boolean captureAssertions() default true;
8181
}

0 commit comments

Comments
 (0)