[Anthill-dev] Typo in RepositoryPropertiesViewServlet.java

Jim Hague jim.hague at acm.org
Mon Nov 8 07:58:53 CST 2004


The Log4j category is set to ProjectPropertiesViewServlet?

Attached patch changes to class name.

-- 
Jim Hague - jim.hague at acm.org          Never trust a computer you can't lift.
-------------- next part --------------
Index: source/main/java/com/urbancode/anthill/web/admin/RepositoryPropertiesView
Servlet.java
===================================================================
--- source/main/java/com/urbancode/anthill/web/admin/RepositoryPropertiesViewSer
vlet.java	(revision 604)
+++ source/main/java/com/urbancode/anthill/web/admin/RepositoryPropertiesViewSer
vlet.java	(revision 605)
@@ -46,7 +46,7 @@
     //*************************************************************************
*
     
     // Create Log4j category instance for logging
-    static private Category log = Category.getInstance(ProjectPropertiesViewSer
vlet.class.getName());
+    static private Category log = Category.getInstance(RepositoryPropertiesView
Servlet.class.getName());
     
     //*************************************************************************
*
     // INSTANCE


More information about the Anthill-dev mailing list