peterreilly 2005/06/29 07:08:49 Modified: src/main/org/apache/tools/ant/taskdefs/optional/ejb DDCreatorHelper.java Log: javadoc + make it final is it has a private constructor Revision Changes Path 1.19 +4 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreatorHelper.java Index: DDCreatorHelper.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/DDCreatorHelper.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- DDCreatorHelper.java 9 Mar 2004 16:48:19 -0000 1.18 +++ DDCreatorHelper.java 29 Jun 2005 14:08:49 -0000 1.19 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 The Apache Software Foundation + * Copyright 2000-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * interface class files referenced in the deployment descriptors being built. * */ -public class DDCreatorHelper { +public final class DDCreatorHelper { /** * The root directory of the tree containing the textual deployment descriptors. */ @@ -49,6 +49,8 @@ * * The main method creates an instance of the DDCreatorHelper, passing it the * args which it then processes. + * @param args the arguments + * @throws Exception on error */ public static void main(String[] args) throws Exception { DDCreatorHelper helper = new DDCreatorHelper(args);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]