]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/ArrayPropertyLabelerFactory.java
Fixing Logger fallout from commit 1dfeb7d5
[simantics/platform.git] / bundles / org.simantics.browsing.ui.graph.impl / src / org / simantics / browsing / ui / graph / impl / ArrayPropertyLabelerFactory.java
index b41679b83fdfb6dc247647f370465c84a85ec120..bd7cf6bbd4ba2b428fdd514066310d56a23bfafb 100644 (file)
@@ -156,8 +156,7 @@ public class ArrayPropertyLabelerFactory implements LabelerFactory {
 
         @Override
         public Logger getLogger() {
-            // TODO Auto-generated method stub
-            return null;
+            return LoggerFactory.getLogger(PropertyLabeler.class);
         }
     }