Author: rjung
Date: Mon Oct 30 09:10:40 2006
New Revision: 469198

URL: http://svn.apache.org/viewvc?view=rev&rev=469198
Log:
Correct URL typo for java.util.logging API docs.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/logging.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/logging.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/logging.xml?view=diff&rev=469198&r1=469197&r2=469198
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/logging.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/logging.xml Mon Oct 30 09:10:40 2006
@@ -320,7 +320,7 @@
         <attribute name="formatter" required="false">
           <p>
             The fully-qualified class name of a class that implements the
-            <a 
href="http://java.suncom/j2se/1.4.2/docs/api/java/util/logging/Formatter.html";>java.util.logging.Formatter</a>
+            <a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Formatter.html";>java.util.logging.Formatter</a>
             interface.  JULI will load this class and associate it with this 
handler to format its messages.
             By default, there is no Formatter associated with the handler.
           </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to