dion        2004/01/02 22:31:54

  Modified:    src/bootstrap/org/apache/maven Tag: MAVEN-1_0-BRANCH
                        BootstrapPomParser.java
  Log:
  Code cleanup
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.5.10.2  +2 -2      maven/src/bootstrap/org/apache/maven/BootstrapPomParser.java
  
  Index: BootstrapPomParser.java
  ===================================================================
  RCS file: /home/cvs/maven/src/bootstrap/org/apache/maven/BootstrapPomParser.java,v
  retrieving revision 1.5.10.1
  retrieving revision 1.5.10.2
  diff -u -r1.5.10.1 -r1.5.10.2
  --- BootstrapPomParser.java   3 Jan 2004 06:31:08 -0000       1.5.10.1
  +++ BootstrapPomParser.java   3 Jan 2004 06:31:54 -0000       1.5.10.2
  @@ -77,7 +77,7 @@
       private static SAXParserFactory saxFactory;
       private boolean insideDependency = false;
       private StringBuffer bodyText = new StringBuffer();
  -    
  +
       /**
        * Gets the dependencies attribute of the Bootstrap object
        */
  @@ -118,7 +118,7 @@
       /**
        * Description of the Method
        */
  -    public void characters(char buffer[], int start, int length)
  +    public void characters(char[] buffer, int start, int length)
       {
           bodyText.append(buffer, start, length);
       }
  
  
  

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

Reply via email to