antoine 2003/04/27 13:16:21
Modified: proposal/sandbox/antlib/src/main/org/apache/tools/ant
SymbolTable.java
Log:
fixed 2 javadoc typos
Revision Changes Path
1.5 +2 -2
ant/proposal/sandbox/antlib/src/main/org/apache/tools/ant/SymbolTable.java
Index: SymbolTable.java
===================================================================
RCS file:
/home/cvs/ant/proposal/sandbox/antlib/src/main/org/apache/tools/ant/SymbolTable.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SymbolTable.java 3 Mar 2002 12:37:13 -0000 1.4
+++ SymbolTable.java 27 Apr 2003 20:16:20 -0000 1.5
@@ -95,7 +95,7 @@
/**
* Create a symbol table inheriting the definitions
* from that defined in the calling Project.
- * @param p the calling project
+ * @param st the calling project
*/
public SymbolTable(SymbolTable st) {
parentTable = st;
@@ -389,7 +389,7 @@
public static interface Factory {
/**
* Creates an object for the Role
- * @param the project in which it is created
+ * @param p the project in which it is created
* @return the instantiated object with a proxy if necessary
*/
public Object create(Project p);