Skip to content
Snippets Groups Projects
Commit 0c52a34e authored by tpylak's avatar tpylak
Browse files

remove unused DUMMY implementation

SVN: 6540
parent 168e37cc
No related branches found
No related tags found
No related merge requests found
......@@ -23,17 +23,6 @@ package ch.systemsx.cisd.common.utilities;
*/
public interface ITerminable
{
/** Dummy implementation of an {@link ITerminable}. */
public static final ITerminable DUMMY = new ITerminable()
{
public boolean terminate()
{
// We are a dummy.
return false;
}
};
/**
* Terminates the {@link ITerminable}.
*
......
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