Author: rob.stryker(a)jboss.com
Date: 2008-01-25 14:13:18 -0500 (Fri, 25 Jan 2008)
New Revision: 5979
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/xpl/StringSubstitutionEngineClone.java
Log:
javadoc change
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/xpl/StringSubstitutionEngineClone.java
===================================================================
---
trunk/core/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/xpl/StringSubstitutionEngineClone.java 2008-01-25
18:48:33 UTC (rev 5978)
+++
trunk/core/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/xpl/StringSubstitutionEngineClone.java 2008-01-25
19:13:18 UTC (rev 5979)
@@ -115,7 +115,6 @@
* Performs recursive string validation to ensure that all of the variables
* contained in the expression exist
* @param expression expression to validate
- * @param manager registry of variables
* @exception CoreException if a referenced variable does not exist or if a cycle
exists
* in referenced variables
*/
@@ -129,7 +128,6 @@
*
* @param expression source expression
* @param reportUndefinedVariables whether to report undefined variables as an error
- * @param resolveVariables whether to resolve the value of any variables
* @exception CoreException if unable to resolve a variable
*/
private HashSet substitute(String expression, boolean reportUndefinedVariables) throws
CoreException {
Show replies by date