jvanzyl     02/03/02 11:19:26

  Modified:    src/java/org/apache/maven/importscrubber/filechooser
                        AllInDirectoryFileChooser.java
                        RecursiveFileChooser.java
  Log:
  Breaking long lines
  
  Revision  Changes    Path
  1.4       +4 -1      
jakarta-turbine-maven/src/java/org/apache/maven/importscrubber/filechooser/AllInDirectoryFileChooser.java
  
  Index: AllInDirectoryFileChooser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/importscrubber/filechooser/AllInDirectoryFileChooser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AllInDirectoryFileChooser.java    24 Feb 2002 12:11:03 -0000      1.3
  +++ AllInDirectoryFileChooser.java    2 Mar 2002 19:19:26 -0000       1.4
  @@ -74,7 +74,10 @@
       public void setRoot(String root)
       {
           File file = new File(root);
  -        ResourceBundle res = 
ResourceBundle.getBundle("org.apache.maven.importscrubber.Resources");
  +        
  +        ResourceBundle res = ResourceBundle.getBundle(
  +            "org.apache.maven.importscrubber.Resources");
  +        
           if (!file.isDirectory())
           {
               throw new 
IllegalArgumentException(res.getString(Resources.ERR_NOT_DIR));
  
  
  
  1.4       +4 -1      
jakarta-turbine-maven/src/java/org/apache/maven/importscrubber/filechooser/RecursiveFileChooser.java
  
  Index: RecursiveFileChooser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/importscrubber/filechooser/RecursiveFileChooser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RecursiveFileChooser.java 24 Feb 2002 12:11:03 -0000      1.3
  +++ RecursiveFileChooser.java 2 Mar 2002 19:19:26 -0000       1.4
  @@ -74,7 +74,10 @@
       public void setRoot(String root)
       {
           File file = new File(root);
  -        ResourceBundle res = 
ResourceBundle.getBundle("org.apache.maven.importscrubber.Resources");
  +        
  +        ResourceBundle res = ResourceBundle.getBundle(
  +            "org.apache.maven.importscrubber.Resources");
  +        
           if (!file.isDirectory())
           {
               throw new IllegalArgumentException(Resources.ERR_NOT_DIR);
  
  
  

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

Reply via email to