Browse Source

fix method signature--accidentally and unnecessarily opening up access

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454827 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
a4c55d35b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java

+ 1
- 1
src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java View File

@@ -107,7 +107,7 @@ public class ResourceSelectorContainer extends DataType {
* @param p the Project to resolve against.
* @throws BuildException on error.
*/
public void dieOnCircularReference(Stack stk, Project p) {
protected void dieOnCircularReference(Stack stk, Project p) {
if (isChecked()) {
return;
}


Loading…
Cancel
Save