Author: wkeil
Date: Mon Nov 17 10:15:51 2014
New Revision: 1640129

URL: http://svn.apache.org/r1640129
Log:
DMAP-53: This is an epic for tasks or issues related to examples 
Fixed logger and added Todo for new Log4J
Task-Url: https://issues.apache.org/jira/browse/DMAP-53

Modified:
    incubator/devicemap/trunk/examples/spring/pom.xml
    
incubator/devicemap/trunk/examples/spring/src/main/java/org/apache/devicemap/spring/Classifier.java

Modified: incubator/devicemap/trunk/examples/spring/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/spring/pom.xml?rev=1640129&r1=1640128&r2=1640129&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
incubator/devicemap/trunk/examples/spring/src/main/java/org/apache/devicemap/spring/Classifier.java
URL: 
http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/spring/src/main/java/org/apache/devicemap/spring/Classifier.java?rev=1640129&r1=1640128&r2=1640129&view=diff
==============================================================================
--- 
incubator/devicemap/trunk/examples/spring/src/main/java/org/apache/devicemap/spring/Classifier.java
 (original)
+++ 
incubator/devicemap/trunk/examples/spring/src/main/java/org/apache/devicemap/spring/Classifier.java
 Mon Nov 17 10:15:51 2014
@@ -23,9 +23,14 @@ import org.apache.devicemap.data.Device;
 import org.apache.devicemap.loader.LoaderOption;
 import org.apache.log4j.Logger;
 
+/**
+ * @author Reza
+ * @author Werner
+ *
+ */
 public class Classifier {
     
-    private static final Logger log = Logger.getLogger(ClassifyAPI.class);
+    private static final Logger log = Logger.getLogger(Classifier.class);
 
     private DeviceMapClient client;
     


Reply via email to