dion 02/05/20 18:18:57
Modified: src/java/org/apache/maven/struts Struts10WarFile.java
Log:
CheckStyle issues
Revision Changes Path
1.2 +3 -2
jakarta-turbine-maven/src/java/org/apache/maven/struts/Struts10WarFile.java
Index: Struts10WarFile.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/struts/Struts10WarFile.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Struts10WarFile.java 20 May 2002 23:57:28 -0000 1.1
+++ Struts10WarFile.java 21 May 2002 01:18:57 -0000 1.2
@@ -64,7 +64,7 @@
* Encapsulates a Struts 1.0 War File. Holds functionality to access Struts
* specific resources and data in the war.
* @author dion
- * @version $Id: Struts10WarFile.java,v 1.1 2002/05/20 23:57:28 dion Exp $
+ * @version $Id: Struts10WarFile.java,v 1.2 2002/05/21 01:18:57 dion Exp $
*/
public class Struts10WarFile extends WarFile
{
@@ -126,7 +126,8 @@
* @param mode the mode in which the file is to be opened
* @throws IOException when an I/O error occurs
*/
- public Struts10WarFile(File warFile, boolean verify, int mode) throws
IOException
+ public Struts10WarFile(File warFile, boolean verify, int mode)
+ throws IOException
{
super(warFile, verify, mode);
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>