Skip to content
Snippets Groups Projects
Commit 4b042fdf authored by yvesn's avatar yvesn
Browse files

Revert "test commit to trigger jenkins build"

This reverts commit bf64c81c.
parent b1238acd
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,7 @@ import ch.systemsx.cisd.common.exceptions.UserFailureException;
*/
public final class UndefinedSpaceException extends UserFailureException
{
private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
private final static String MESSAGE = "Space not specified, home space unknown";
......@@ -34,5 +33,4 @@ public final class UndefinedSpaceException extends UserFailureException
{
super(MESSAGE);
}
}
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