From 2334b4fe200cb6929f7cce06d1879af9c191e3b2 Mon Sep 17 00:00:00 2001
From: Yves Noirjean <yves.noirjean@id.ethz.ch>
Date: Tue, 6 Feb 2018 10:36:48 +0100
Subject: [PATCH] test commit to trigger jenkins build

This reverts commit ef9b483f7462d97c6522f86c157672fca770fd84.
---
 .../generic/shared/dto/exception/UndefinedSpaceException.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 06325e17d2d..252e810c98a 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,7 +25,8 @@ 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";
 
@@ -33,4 +34,5 @@ public final class UndefinedSpaceException extends UserFailureException
     {
         super(MESSAGE);
     }
+
 }
-- 
GitLab