Skip to content

Commit

Permalink
[choreolib] Fix JDK 21 Javadoc errors (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jan 17, 2025
1 parent b4cb4cd commit 304396a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions choreolib/src/main/java/choreo/util/ChoreoAlert.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ public void addCause(String name) {
set(true);
}
}

/** Factory class. */
private ChoreoAlert() {}
}
3 changes: 3 additions & 0 deletions choreolib/src/main/java/choreo/util/ChoreoArrayUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ public static boolean zipEquals(
}
return true;
}

/** Factory class. */
private ChoreoArrayUtil() {}
}

0 comments on commit 304396a

Please sign in to comment.