Skip to content

Commit b9a28db

Browse files
committed
Sort members
1 parent 107b80b commit b9a28db

File tree

1 file changed

+7
-7
lines changed
  • commons-vfs2-ant/src/main/java/org/apache/commons/vfs2/tasks

1 file changed

+7
-7
lines changed

commons-vfs2-ant/src/main/java/org/apache/commons/vfs2/tasks/VfsTask.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@
3131
*/
3232
public class VfsTask extends Task {
3333

34-
/**
35-
* Constructs a new instance.
36-
*/
37-
public VfsTask() {
38-
// empty
39-
}
40-
4134
/**
4235
* A commons-logging wrapper for Ant logging.
4336
*/
@@ -185,6 +178,13 @@ public void taskStarted(final BuildEvent event) {
185178

186179
private static StandardFileSystemManager manager;
187180

181+
/**
182+
* Constructs a new instance.
183+
*/
184+
public VfsTask() {
185+
// empty
186+
}
187+
188188
/**
189189
* Close the manager
190190
*/

0 commit comments

Comments
 (0)