Skip to content

Commit

Permalink
Fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Feb 27, 2024
1 parent ff2fe42 commit 9c8b84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/rumbledb/api/Item.java
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ default int getMutabilityLevel() {
/**
* Sets the mutability level of the item.
*
* @param int the new mutability level.
* @param mutabilityLevel the new mutability level.
*/
default void setMutabilityLevel(int mutabilityLevel) {
}
Expand Down

0 comments on commit 9c8b84c

Please sign in to comment.