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 a1f99c1 commit ff2fe42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/rumbledb/api/Item.java
Original file line number Diff line number Diff line change
Expand Up @@ -696,9 +696,9 @@ default int getMutabilityLevel() {
}

/**
* Returns the mutability level of the item.
* Sets the mutability level of the item.
*
* @return an int representing nestedness of the item inside transform expressions.
* @param int the new mutability level.
*/
default void setMutabilityLevel(int mutabilityLevel) {
}
Expand Down

0 comments on commit ff2fe42

Please sign in to comment.