Skip to content
Snippets Groups Projects
Commit d8b8eff4 authored by gpawel's avatar gpawel
Browse files

make it abstract, get rid of stupid warning

SVN: 22659
parent 891f2f4e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.ISerializable;
*
* @author Pawel Glyzewski
*/
public class NewEntitiesWithTypes<T extends EntityType, E extends Serializable> implements
public abstract class NewEntitiesWithTypes<T extends EntityType, E extends Serializable> implements
ISerializable
{
private static final long serialVersionUID = ServiceVersionHolder.VERSION;
......
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