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

Fix style.

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