From ef9b483f7462d97c6522f86c157672fca770fd84 Mon Sep 17 00:00:00 2001 From: Yves Noirjean <yves.noirjean@id.ethz.ch> Date: Mon, 5 Feb 2018 13:54:49 +0100 Subject: [PATCH] Revert "test commit to trigger jenkins build" This reverts commit bf64c81c4c08174cbacd25b029e6250454c4d249. --- .../generic/shared/dto/exception/UndefinedSpaceException.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/exception/UndefinedSpaceException.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/exception/UndefinedSpaceException.java index 252e810c98a..06325e17d2d 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/exception/UndefinedSpaceException.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/exception/UndefinedSpaceException.java @@ -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); } - } -- GitLab