Skip to content
Snippets Groups Projects
Commit 85f0e27a authored by buczekp's avatar buczekp
Browse files

stale TODO removed

SVN: 18813
parent e9808188
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,6 @@ public abstract class AbstractAsyncCallback<T> implements AsyncCallback<T> ...@@ -185,7 +185,6 @@ public abstract class AbstractAsyncCallback<T> implements AsyncCallback<T>
return (ICallbackListener<T>) callbackListener; return (ICallbackListener<T>) callbackListener;
} }
// TODO 2009-10-05, Piotr Buczek: make protected if one finds a way to easily delegate it
/** /**
* Terminates {@link #onFailure(Throwable)}. * Terminates {@link #onFailure(Throwable)}.
* <p> * <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment