Update of /var/cvs/all/maven/maven-mmbase-plugin/src/main/java/org/mmbase/mojo
In directory james.mmbase.org:/tmp/cvs-serv14104

Modified Files:
        CreateIndexFiles.java 
Log Message:
spacing only


See also: 
http://cvs.mmbase.org/viewcvs/all/maven/maven-mmbase-plugin/src/main/java/org/mmbase/mojo


Index: CreateIndexFiles.java
===================================================================
RCS file: 
/var/cvs/all/maven/maven-mmbase-plugin/src/main/java/org/mmbase/mojo/CreateIndexFiles.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- CreateIndexFiles.java       8 Mar 2009 18:12:45 -0000       1.1
+++ CreateIndexFiles.java       17 Apr 2009 12:06:16 -0000      1.2
@@ -74,23 +74,18 @@
             }
             w.newLine();
          }
-      }
-      catch (UnsupportedEncodingException e) {
+      } catch (UnsupportedEncodingException e) {
          getLog().error(e);
-      }
-      catch (FileNotFoundException e) {
+      } catch (FileNotFoundException e) {
          getLog().error(e);
-      }
-      catch (IOException e) {
+      } catch (IOException e) {
          getLog().error(e);
-      }
-      finally {
+      } finally {
          try {
             if (w != null) {
                w.close();
             }
-         }
-         catch (IOException e) {
+         } catch (IOException e) {
             getLog().debug("" + e.getMessage(), e);
          }
       }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to