Skip to content

Commit

Permalink
DoNotTOuc Annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zentox committed Nov 6, 2023
1 parent dd2d79e commit 16c2149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/h06/problems/MazeSolverIterative.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* @author Nhan Huynh
*/
@DoNotTouch
public class MazeSolverIterative implements MazeSolver {

/**
Expand Down
1 change: 1 addition & 0 deletions src/main/java/h06/problems/MazeSolverRecursive.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* @author Nhan Huynh
*/
@DoNotTouch
public class MazeSolverRecursive implements MazeSolver {

/**
Expand Down
1 change: 1 addition & 0 deletions src/main/java/h06/world/DirectionVector.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*
* @author Nhan Huynh
*/
@DoNotTouch
public enum DirectionVector {

/**
Expand Down

0 comments on commit 16c2149

Please sign in to comment.