Browse Source

fixed 2 javadoc typos

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274521 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
1bf63b2e7e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      proposal/sandbox/antlib/src/main/org/apache/tools/ant/SymbolTable.java

+ 2
- 2
proposal/sandbox/antlib/src/main/org/apache/tools/ant/SymbolTable.java View File

@@ -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);


Loading…
Cancel
Save