Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Dec 10, 2022
1 parent b3fc1a2 commit 746f83b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public static boolean shouldIterateZoom() {

/**
* Sets the state that determines the need for an iteration through all active zoom instances.
* This is an internal method that shouldn't be used by other mods.
*
* @apiNote This is an internal method that shouldn't be used by other mods.
* @param iterateZoom The new iteration state.
*/
@ApiStatus.Internal
Expand Down Expand Up @@ -94,8 +94,8 @@ public static boolean shouldIterateModifiers() {

/**
* Sets the state that determines the need for an iteration through all zoom instances with active modifiers.
* This is an internal method that shouldn't be used by other mods.
*
* @apiNote This is an internal method that shouldn't be used by other mods.
* @param iterateModifiers The new iteration state.
*/
@ApiStatus.Internal
Expand All @@ -114,8 +114,8 @@ public static boolean shouldIterateOverlays() {

/**
* Sets the state that determines the need for an iteration through all zoom instances with active overlays.
* This is an internal method that shouldn't be used by other mods.
*
* @apiNote This is an internal method that shouldn't be used by other mods.
* @param iterateOverlays The new iteration state.
*/
@ApiStatus.Internal
Expand Down

0 comments on commit 746f83b

Please sign in to comment.