Skip to content

Commit 061a34f

Browse files
committed
add author to javadoc
1 parent 5396793 commit 061a34f

File tree

1 file changed

+1
-0
lines changed
  • 3-0-java-core/3-6-3-crazy-regex/src/main/java/com/bobocode/se

1 file changed

+1
-0
lines changed

3-0-java-core/3-6-3-crazy-regex/src/main/java/com/bobocode/se/CrazyRegex.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* {@link CrazyRegex} is an exercise class. Each method returns Pattern class which
99
* should be created using regex expression. Every method that is not implemented yet
1010
* throws {@link ExerciseNotCompletedException}
11+
* @author Andriy Paliychuk
1112
* TODO: remove exception and implement each method of this class using java.util.regex.Pattern
1213
*/
1314
public class CrazyRegex {

0 commit comments

Comments
 (0)