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

test commit to trigger jenkins build

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