Skip to content

Commit 5717bae

Browse files
committed
Update Immutable.java
1 parent 8168e21 commit 5717bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • microsphere-java-core/src/main/java/io/microsphere/annotation

microsphere-java-core/src/main/java/io/microsphere/annotation/Immutable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
/**
26-
* Marker annotation to indicate that a class is immutable, this means that its state cannot be seen to
26+
* Marker annotation to indicate that the annotated element is immutable, this means that its state cannot be seen to
2727
* change by callers.
2828
*
2929
* @since 1.0

0 commit comments

Comments
 (0)