Revision ebead1b5 src/gr/grnet/pithos/web/client/commands/PasteCommand.java

b/src/gr/grnet/pithos/web/client/commands/PasteCommand.java
138 138
            String path = folder.getUri() + "/" + file.getName();
139 139
            PutRequest copyFile = new PutRequest(app.getApiPath(), folder.getOwner(), path) {
140 140
                @Override
141
                public void onSuccess(@SuppressWarnings("unused") Resource result) {
141
                public void onSuccess(Resource result) {
142 142
                    moveFiles(iter, callback);
143 143
                }
144 144

  

Also available in: Unified diff