Author: mbenson
Date: Sun Jul  8 10:12:03 2007
New Revision: 554390

URL: http://svn.apache.org/viewvc?view=rev&rev=554390
Log:
fmt

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java?view=diff&rev=554390&r1=554389&r2=554390
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java Sun Jul  8 
10:12:03 2007
@@ -34,8 +34,7 @@
  * @since Ant 1.5.2
  * @see org.apache.tools.ant.types.resources.Touchable
  */
-public class Resource extends DataType
-    implements Cloneable, Comparable, ResourceCollection {
+public class Resource extends DataType implements Cloneable, Comparable, 
ResourceCollection {
 
     /** Constant unknown size */
     public static final long UNKNOWN_SIZE = -1;
@@ -102,8 +101,7 @@
      * @param lastmodified the last modification time of the resource
      * @param directory    if true, this resource is a directory
      */
-    public Resource(String name, boolean exists, long lastmodified,
-                    boolean directory) {
+    public Resource(String name, boolean exists, long lastmodified, boolean 
directory) {
         this(name, exists, lastmodified, directory, UNKNOWN_SIZE);
     }
 
@@ -117,8 +115,7 @@
      * @param directory    if true, this resource is a directory
      * @param size the size of this resource.
      */
-    public Resource(String name, boolean exists, long lastmodified,
-                    boolean directory, long size) {
+    public Resource(String name, boolean exists, long lastmodified, boolean 
directory, long size) {
         this.name = name;
         setName(name);
         setExists(exists);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to