cziegeler commented on code in PR #32:
URL: 
https://github.com/apache/sling-org-apache-sling-engine/pull/32#discussion_r1163625189


##########
src/main/java/org/apache/sling/engine/impl/helper/SlingServletContext.java:
##########
@@ -116,6 +116,9 @@ public class SlingServletContext implements ServletContext, 
ServletContextListen
 
     private volatile String configuredServerInfo;
 
+    // counter to synchronize the init and destroy methods
+    private volatile long initCounter;

Review Comment:
   Sure, but it doesn't really matter - so I stick with long :)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to