You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/10/10 18:55:06 UTC

svn commit: r454827 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java

Author: mbenson
Date: Tue Oct 10 09:55:05 2006
New Revision: 454827

URL: http://svn.apache.org/viewvc?view=rev&rev=454827
Log:
fix method signature--accidentally and unnecessarily opening up access

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java?view=diff&rev=454827&r1=454826&r2=454827
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer.java Tue Oct 10 09:55:05 2006
@@ -107,7 +107,7 @@
      * @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;
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org