Skip to content

Commit 8dfeee4

Browse files
committedJan 24, 2019
For #920: Since tag correction.
1 parent 6ef7fc0 commit 8dfeee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011-2018, Qulice.com
2+
* Copyright (c) 2011-2019, Qulice.com
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,7 @@
3434
/**
3535
* Checks if the classes in the file are final.
3636
*
37-
* @since 0.18.10
37+
* @since 0.18
3838
* @todo #920:30min Qulice should prohibit any non-final class. Tests for
3939
* this check have already been implemented in ProhibitNonFinalClassesCheck
4040
* folder. After the implementation of this class add config.xml to folder

1 commit comments

Comments
 (1)

0pdd commented on Jan 24, 2019

@0pdd
Collaborator

Puzzle 920-5b2cf26e discovered in qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProhibitNonFinalClassesCheck.java and submitted as #1007. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.