src/java.desktop/macosx/classes/sun/lwawt/LWComponentPeer.java
changeset 47971 75686e8da573
parent 47216 71c04702a3d5
child 51911 57fa2c1c98d4
--- a/src/java.desktop/macosx/classes/sun/lwawt/LWComponentPeer.java	Wed Nov 22 13:52:48 2017 -0800
+++ b/src/java.desktop/macosx/classes/sun/lwawt/LWComponentPeer.java	Wed Nov 22 14:04:51 2017 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -1448,7 +1448,7 @@
      *
      * @return true during layout, false otherwise.
      */
-    private final boolean isLayouting() {
+    private boolean isLayouting() {
         return isLayouting;
     }
 }