yoavs       2004/05/26 09:16:37

  Modified:    catalina/src/share/org/apache/catalina/startup
                        DigesterFactory.java
  Log:
  Minor JavaDoc fixes (Bugzilla 28335)
  
  Revision  Changes    Path
  1.5       +1 -3      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/DigesterFactory.java
  
  Index: DigesterFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/DigesterFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DigesterFactory.java      27 Feb 2004 14:58:48 -0000      1.4
  +++ DigesterFactory.java      26 May 2004 16:16:37 -0000      1.5
  @@ -1,4 +1,4 @@
  -/*
  +/*
    * Copyright 1999-2004 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
  @@ -125,8 +125,6 @@
       /**
        * Utilities used to force the parser to use local schema, when available,
        * instead of the <code>schemaLocation</code> XML element.
  -     * @param The instance on which properties are set.
  -     * @return an instance ready to parse XML schema.
        */
       protected static void registerLocalSchema(){
           // J2EE
  
  
  

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

Reply via email to