Browse Source

Checkstyle

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277221 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
305da99f8e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/ComponentHelper.java

+ 1
- 1
src/main/org/apache/tools/ant/ComponentHelper.java View File

@@ -648,7 +648,7 @@ public class ComponentHelper {
public void exitAntLib() {
antLibStack.pop();
antLibCurrentUri = (antLibStack.size() == 0)
? null : (String)antLibStack.peek();
? null : (String) antLibStack.peek();
}

/**


Loading…
Cancel
Save