Whitespace
authorChristos Stathis <chstath@ebs.gr>
Fri, 22 Jul 2011 11:13:04 +0000 (14:13 +0300)
committerChristos Stathis <chstath@ebs.gr>
Fri, 22 Jul 2011 11:13:04 +0000 (14:13 +0300)
src/gr/grnet/pithos/web/client/FileList.java

index a43e66e..858a61f 100644 (file)
@@ -686,7 +686,6 @@ public class FileList extends Composite {
                }
        }
        
-
        /**
         *
         */
@@ -695,11 +694,8 @@ public class FileList extends Composite {
                while(it.hasNext()){
                        selectionModel.setSelected(it.next(),true);
                }
-
-
        }
 
-       
        private void sortFiles(final String sortingProperty, final boolean sortingType){
                Collections.sort(files, new Comparator<File>() {