Typo in RepositoryPropertiesViewServlet.java
Jim Hague <[email protected]> Mon, 08 Nov 2004 13:58:53 -0000 (GMT)
| Newsgroups | gmane.comp.java.anthill.devel |
|---|---|
| Organization | The Bear Cave |
| Message-ID | <[email protected]> |
This message is in MIME format --_=XFMail.1.5.4.Linux:20041108135853:2748=_ Content-Type: text/plain; charset=iso-8859-15 The Log4j category is set to ProjectPropertiesViewServlet? Attached patch changes to class name. -- Jim Hague - [email protected] Never trust a computer you can't lift. --_=XFMail.1.5.4.Linux:20041108135853:2748=_ Content-Disposition: attachment; filename="Anthill.patch.typo" Content-Transfer-Encoding: 7bit Content-Description: Anthill.patch.typo Content-Type: text/plain; charset=iso-8859-15; name=Anthill.patch.typo; SizeOnDisk=842 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 --_=XFMail.1.5.4.Linux:20041108135853:2748=_ Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Anthill-dev mailing list Anthill-dev-IWHQxnLZ/[email protected] http://lists.urbancode.com/mailman/listinfo/anthill-dev --_=XFMail.1.5.4.Linux:20041108135853:2748=_-- End of MIME message