Skip to content

Commit 99b29dc

Browse files
author
Gonzalo Diaz
committed
[FIX] checkstyle rule fixed: First sentence of Javadoc is missing an ending period. [SummaryJavadoc]
1 parent 027c357 commit 99b29dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

algorithm-exercises-java/src/main/java/util/CustomLogger.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package util;
22

33
/**
4-
* https://www.logicbig.com/tutorials/core-java-tutorial/logging/levels.html
4+
* CustomLogger.
5+
*
6+
* @link https://www.logicbig.com/tutorials/core-java-tutorial/logging/levels.html
57
*/
68
public class CustomLogger {
79

0 commit comments

Comments
 (0)