diff --git a/proposal/sandbox/antlib/src/main/org/apache/tools/ant/SymbolTable.java b/proposal/sandbox/antlib/src/main/org/apache/tools/ant/SymbolTable.java index ecbb0984d..aa6fd78bd 100644 --- a/proposal/sandbox/antlib/src/main/org/apache/tools/ant/SymbolTable.java +++ b/proposal/sandbox/antlib/src/main/org/apache/tools/ant/SymbolTable.java @@ -95,7 +95,7 @@ public class SymbolTable { /** * 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 class SymbolTable { 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);