Skip to content

Commit 01034ea

Browse files
committed
Removed Unused Void Class
Removed the class Void.java from /cloud-framework-ipc/src/org/apache/cloudstack/framework/async/Void.java since the method public void AsyncMethod(Object realParam, AsyncCompletionCallback<Void> callback) does not exist and it does not seemed to be used in another place. Also, removed an unnecessary comment in /cloudstack-framework/ipc/test/org/apache/cloudstack/framework/codestyle/AsyncSampleListenerStyleCaller.java
1 parent 63f58dd commit 01034ea

2 files changed

Lines changed: 0 additions & 36 deletions

File tree

framework/ipc/src/org/apache/cloudstack/framework/async/Void.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

framework/ipc/test/org/apache/cloudstack/framework/codestyle/AsyncSampleListenerStyleCaller.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,5 @@ public class AsyncSampleListenerStyleCaller {
2323

2424
public void MethodThatWillCallAsyncMethod() {
2525
String vol = new String();
26-
27-
/* _ds.createVolume(vol,
28-
new AsyncCompletionCallback<String>() {
29-
@Override
30-
public void complete(String resultObject) {
31-
// TODO Auto-generated method stub
32-
33-
}
34-
});*/
3526
}
3627
}

0 commit comments

Comments
 (0)