dion 2002/07/14 09:01:22
Modified: src/java/org/apache/maven/changelog ChangeLog.java
Log:
Style violations
Revision Changes Path
1.8 +7 -7
jakarta-turbine-maven/src/java/org/apache/maven/changelog/ChangeLog.java
Index: ChangeLog.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/changelog/ChangeLog.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog.java 12 Jul 2002 15:17:55 -0000 1.7
+++ ChangeLog.java 14 Jul 2002 16:01:22 -0000 1.8
@@ -237,18 +237,18 @@
}
catch (ClassNotFoundException cnfe)
{
- throw new IOException("Cannot find class " + clFactoryClass +
- " " + cnfe.toString());
+ throw new IOException("Cannot find class " + clFactoryClass
+ + " " + cnfe.toString());
}
catch (IllegalAccessException iae)
{
- throw new IOException("Cannot access class " + clFactoryClass +
- " " + iae.toString());
+ throw new IOException("Cannot access class " + clFactoryClass
+ + " " + iae.toString());
}
catch (InstantiationException ie)
{
- throw new IOException("Cannot instantiate class " + clFactoryClass +
- " " + ie.toString());
+ throw new IOException("Cannot instantiate class " + clFactoryClass
+ + " " + ie.toString());
}
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>