We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c4d2a commit fa4040fCopy full SHA for fa4040f
src/sample/java/project/SampleJavaProject.java
@@ -24,7 +24,7 @@ public class SampleJavaProject extends TimerTask {
24
/** The delay between printed messages. */
25
private static final long PRINT_DELAY = 1000L;
26
27
- /** The name to printed in the output message. */
+ /** The name to be printed in the output message. */
28
@Getter @Setter @NonNull
29
private String name = "world";
30
0 commit comments