donaldp 02/02/08 16:17:50
Modified: src/java/org/apache/avalon/excalibur/cli CLArgsParser.java
src/java/org/apache/avalon/excalibur/logger/factory
DatagramTargetFactory.java SocketTargetFactory.java
Log:
Fix up some javadocs tags
Submitted By: Mark Woon <[EMAIL PROTECTED]>
Revision Changes Path
1.10 +2 -2
jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/cli/CLArgsParser.java
Index: CLArgsParser.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/cli/CLArgsParser.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- CLArgsParser.java 11 Dec 2001 09:53:26 -0000 1.9
+++ CLArgsParser.java 9 Feb 2002 00:17:50 -0000 1.10
@@ -89,7 +89,7 @@
* <code>null</code> if no command line option is found.
*
* @param id the command line option id
- * @return the [EMAIL PROTECTED] CLOption) with the specified id, or
+ * @return the [EMAIL PROTECTED] CLOption} with the specified id, or
* <code>null</code> if no CLOption is found.
* @see CLOption
*/
@@ -103,7 +103,7 @@
* <code>null</code> if no command line option is found.
*
* @param name the command line option name
- * @return the [EMAIL PROTECTED] CLOption) with the specified name, or
+ * @return the [EMAIL PROTECTED] CLOption} with the specified name, or
* <code>null</code> if no CLOption is found.
* @see CLOption
*/
1.6 +0 -1
jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/logger/factory/DatagramTargetFactory.java
Index: DatagramTargetFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/logger/factory/DatagramTargetFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DatagramTargetFactory.java 22 Dec 2001 12:22:56 -0000 1.5
+++ DatagramTargetFactory.java 9 Feb 2002 00:17:50 -0000 1.6
@@ -46,7 +46,6 @@
*
*
* @author <a href="mailto:[EMAIL PROTECTED]"> Rajendra Ghorpade </a>
- * @version
*/
public class DatagramTargetFactory
extends AbstractTargetFactory
1.2 +1 -2
jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/logger/factory/SocketTargetFactory.java
Index: SocketTargetFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/logger/factory/SocketTargetFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SocketTargetFactory.java 22 Dec 2001 11:36:50 -0000 1.1
+++ SocketTargetFactory.java 9 Feb 2002 00:17:50 -0000 1.2
@@ -32,7 +32,6 @@
*
*
* @author <a href="mailto:[EMAIL PROTECTED]"> Rajendra Ghorpade </a>
- * @version
*/
public class SocketTargetFactory extends AbstractTargetFactory
{
@@ -75,4 +74,4 @@
throw new ConfigurationException( "Failed to create target!",
ioex.fillInStackTrace() );
}
}
-}
\ No newline at end of file
+}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>