Skip to content

Commit

Permalink
description update
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuRam123 committed Jan 31, 2025
1 parent 1ee3c53 commit 47f1451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public String getDescription() {
" Unless the system property is set to allow on the command line, any invocation of System.setSecurityManager(SecurityManager) " +
" with a non-null argument will throw an `UnsupportedOperationException`. " +
" You can set system property as `Djava.security.manager=allow.` to prevent the exception" +
"The recipe calls `System.setProperty(\"java.security.manager\")` before calling `java.lang.System setSecurityManager(SecurityManager)`.";
"The recipe calls `System.setProperty(\"java.security.manager\",\"allow\")` before calling `java.lang.System setSecurityManager(SecurityManager)`.";
}

@Override
Expand Down

0 comments on commit 47f1451

Please sign in to comment.