From 5cef6390c0037cf20e01861095dc953a59632a98 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Mon, 22 Jan 2018 13:04:53 +0200 Subject: [PATCH] Fixing Logger fallout from commit 1dfeb7d5 refs #7719 Change-Id: I1aa2844d7c794d5e162cf1d98d4b73f19dd5ec22 --- .../browsing/ui/graph/impl/ArrayPropertyLabelerFactory.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/ArrayPropertyLabelerFactory.java b/bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/ArrayPropertyLabelerFactory.java index b41679b83..bd7cf6bbd 100644 --- a/bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/ArrayPropertyLabelerFactory.java +++ b/bundles/org.simantics.browsing.ui.graph.impl/src/org/simantics/browsing/ui/graph/impl/ArrayPropertyLabelerFactory.java @@ -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); } } -- 2.43.2