andi-huber commented on code in PR #3360:
URL: https://github.com/apache/causeway/pull/3360#discussion_r2716105248


##########
viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/collectioncontents/ajaxtable/columns/GenericColumnAbstract.java:
##########
@@ -87,6 +94,15 @@ public final void populateItem(
 
     protected abstract Component createCellComponent(
             final String componentId, final DataRow dataRow, IModel<Boolean> 
dataRowToggle);
+    
+    public final ObjectSpecification elementType() {
+        synchronized(this) {

Review Comment:
   don't need to enter synchronized block if we already have an instance to 
return



-- 
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