File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/openrewrite/java/migrate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ public String getDescription() {
3838 return "The default value of the `java.security.manager` system property has been changed to disallow since Java 18." +
3939 " Unless the system property is set to allow on the command line, any invocation of System.setSecurityManager(SecurityManager) " +
4040 " with a non-null argument will throw an `UnsupportedOperationException`. " +
41- " You can set system property as `Djava.security.manager=allow.` to prevent the exception"
42- + "The recipe calls `System.setProperty(\" java.security.manager\" )` before calling `java.lang.System setSecurityManager(SecurityManager)`." ;
41+ " You can set system property as `Djava.security.manager=allow.` to prevent the exception" +
42+ "The recipe calls `System.setProperty(\" java.security.manager\" )` before calling `java.lang.System setSecurityManager(SecurityManager)`." ;
4343 }
4444
4545 @ Override
You can’t perform that action at this time.
0 commit comments