Browse Source

organize imports

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@559388 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
9deaa8e5a9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/main/org/apache/tools/ant/taskdefs/Property.java

+ 0
- 2
src/main/org/apache/tools/ant/taskdefs/Property.java View File

@@ -21,7 +21,6 @@ import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.net.URL;
import java.util.Enumeration;
@@ -38,7 +37,6 @@ import org.apache.tools.ant.PropertyHelper;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.types.Path;
import org.apache.tools.ant.types.Reference;
import org.apache.tools.ant.util.ReflectUtil;

/**
* Sets a property by name, or set of properties (from file or


Loading…
Cancel
Save