You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by sm...@apache.org on 2002/12/02 23:44:50 UTC

cvs commit: jakarta-turbine-maven/src/java/org/apache/maven/jelly JellyUtils.java

smor        2002/12/02 14:44:50

  Modified:    src/java/org/apache/maven/jelly JellyUtils.java
  Log:
  CS violation
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-turbine-maven/src/java/org/apache/maven/jelly/JellyUtils.java
  
  Index: JellyUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/jelly/JellyUtils.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JellyUtils.java	1 Dec 2002 23:26:10 -0000	1.6
  +++ JellyUtils.java	2 Dec 2002 22:44:50 -0000	1.7
  @@ -189,7 +189,7 @@
                                           String encoding )
           throws Exception
       {
  -    	// FIXME: This should all be done by Jelly.
  +        // FIXME: This should all be done by Jelly.
           SAXParserFactory factory = SAXParserFactory.newInstance();
           factory.setNamespaceAware( true );
           XMLReader reader = factory.newSAXParser().getXMLReader();