jskeet 02/02/25 07:09:44
Modified: src/main/org/apache/tools/ant/taskdefs/optional/ejb
GenericDeploymentTool.java IPlanetEjbc.java
JonasDeploymentTool.java
Log:
First pass of JavaDoc work just to get rid of warnings.
When this is complete, whole source tree should JavaDoc (with 1.4)
with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates
warnings, but that's all.)
Revision Changes Path
1.30 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java
Index: GenericDeploymentTool.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- GenericDeploymentTool.java 2 Feb 2002 06:33:11 -0000 1.29
+++ GenericDeploymentTool.java 25 Feb 2002 15:09:43 -0000 1.30
@@ -78,7 +78,7 @@
import org.apache.tools.ant.util.depend.Dependencies;
import org.apache.tools.ant.util.depend.Filter;
-import org.apache.bcel.classfile.JavaClass;
+import org.apache.bcel.classfile.JavaClass;
import org.apache.bcel.classfile.ClassParser;
@@ -419,7 +419,7 @@
* descriptor to be processed
* @param saxParser SAXParser which may be used to parse the XML
* descriptor
- * @thows BuildException Thrown if the configuration is invalid
+ * @exception BuildException Thrown if the configuration is invalid
*/
protected void checkConfiguration(String descriptorFileName,
SAXParser saxParser) throws
BuildException {
1.6 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java
Index: IPlanetEjbc.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- IPlanetEjbc.java 10 Jan 2002 13:59:35 -0000 1.5
+++ IPlanetEjbc.java 25 Feb 2002 15:09:43 -0000 1.6
@@ -84,7 +84,7 @@
* Server (iAS). The class will read a standard EJB descriptor (as well as
an
* EJB descriptor specific to iPlanet Application Server) to identify one or
* more EJBs to process. It will search for EJB "source" classes (the remote
- * interface, home interface, and EJB implementation class) and the EJB stubs
+; * interface, home interface, and EJB implementation class) and the EJB
stubs
* and skeletons in the specified destination directory. Only if the stubs
and
* skeletons cannot be found or if they're out of date will the iPlanet
* Application Server ejbc utility be run.
@@ -638,7 +638,7 @@
* have been processed, the list of EJBs found can be obtained by calling
* the <code>getEjbs()</code> method.
*
- * @see EjbInfo
+ * @see IPlanetEjbc.EjbInfo
* @author Greg Nelson
* <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
*/
1.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/JonasDeploymentTool.java
Index: JonasDeploymentTool.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/JonasDeploymentTool.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- JonasDeploymentTool.java 2 Feb 2002 11:04:43 -0000 1.1
+++ JonasDeploymentTool.java 25 Feb 2002 15:09:43 -0000 1.2
@@ -191,7 +191,7 @@
}
/**
- * Modify the RMI Skel. and Stub. to implement
+ * Modify the RMI Skeleton and Stub to implement
* the implicit propagation of the transactionnal
* context and security context.
* For JOnAS 2.4 and next.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>