Skip to content

Commit b6ba557

Browse files
committedJan 23, 2019
For #743: Todo space correction.
1 parent 703c54b commit b6ba557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎qulice-checkstyle/src/main/java/com/qulice/checkstyle/JavadocTagsCheck.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* @todo #743:30min Nested classes should have since tag. Implement check to
6767
* validate if nested classes javadoc have a valid since tag. After the
6868
* implementation add JavadocTagsCheck to checks.xml and ChecksTest (removed
69-
* because now the test fails).
69+
* because now the test fails).
7070
*/
7171
public final class JavadocTagsCheck extends AbstractCheck {
7272

0 commit comments

Comments
 (0)