Skip to content

Commit 147bc48

Browse files
committed
suppress ImmutableEnumChecker
1 parent 7099c62 commit 147bc48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rhino/src/main/java/org/mozilla/javascript/optimizer/ScriptRuntimeMethodSig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*
2525
* @author ZZZank
2626
*/
27+
@SuppressWarnings("ImmutableEnumChecker") // fields are mutated only once, at class initialization
2728
public enum ScriptRuntimeMethodSig {
2829
padAndRestArguments,
2930
padArguments,

0 commit comments

Comments
 (0)