Skip to content
Snippets Groups Projects
Commit 6ab2870a authored by Florian Angerer's avatar Florian Angerer
Browse files

Fix style.

parent 45da63b6
Branches
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ public enum RVersionInfo { ...@@ -79,7 +79,7 @@ public enum RVersionInfo {
return Character.toLowerCase(s.charAt(0)) + s.substring(1); return Character.toLowerCase(s.charAt(0)) + s.substring(1);
} }
private synchronized static void initialize() { private static synchronized void initialize() {
if (ListValues == null) { if (ListValues == null) {
CompilerDirectives.transferToInterpreterAndInvalidate(); CompilerDirectives.transferToInterpreterAndInvalidate();
ListValues = new String[VALUES.length]; ListValues = new String[VALUES.length];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment