Skip to content

Commit fa4040f

Browse files
committed
Fix comment typo.
1 parent 60c4d2a commit fa4040f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sample/java/project/SampleJavaProject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class SampleJavaProject extends TimerTask {
2424
/** The delay between printed messages. */
2525
private static final long PRINT_DELAY = 1000L;
2626

27-
/** The name to printed in the output message. */
27+
/** The name to be printed in the output message. */
2828
@Getter @Setter @NonNull
2929
private String name = "world";
3030

0 commit comments

Comments
 (0)