src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java

Print this page

        

@@ -277,11 +277,11 @@
                 caller = sun.reflect.Reflection.getCallerClass(3);
                 modifiers = field.getModifiers();
                 sun.reflect.misc.ReflectUtil.ensureMemberAccess(
                     caller, tclass, null, modifiers);
                 sun.reflect.misc.ReflectUtil.checkPackageAccess(tclass);
-            } catch(Exception ex) {
+            } catch (Exception ex) {
                 throw new RuntimeException(ex);
             }
 
             Class fieldt = field.getType();
             if (fieldt != int.class)