dashorst commented on code in PR #861:
URL: https://github.com/apache/wicket/pull/861#discussion_r1595595605


##########
wicket-core/src/main/java/org/apache/wicket/page/DefaultPageLockManager.java:
##########
@@ -222,3 +227,12 @@ Supplier<ConcurrentMap<Integer, 
PageAccessSynchronizer.PageLock>> getLocks()
                return locks;
        }
 }
+
+static class PageLockedException extends Exception
+{

Review Comment:
   ```suggestion
   class PageLockedException extends Exception
   {
   ```
   @martin-g this is outside the surrounding class, so it is already static. 
The compiler also complains:
   
   ```
   Error:  
/home/runner/work/wicket/wicket/wicket-core/src/main/java/org/apache/wicket/page/DefaultPageLockManager.java:[231,8]
 modifier static not allowed here
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@wicket.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to