From 1373756877b2b414355713e799f96114f497e555 Mon Sep 17 00:00:00 2001
From: Michael Hoennig <michael@hoennig.de>
Date: Tue, 30 Apr 2019 13:13:57 +0200
Subject: [PATCH] Revert "makes 'gw spotlessCheck' deliberately fail to test
 Jenkins pipeline"

This reverts commit dcf7bdc9
---
 .../org/hostsharing/hsadminng/service/accessfilter/Role.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/hostsharing/hsadminng/service/accessfilter/Role.java b/src/main/java/org/hostsharing/hsadminng/service/accessfilter/Role.java
index 1fa8d460..768e0d24 100644
--- a/src/main/java/org/hostsharing/hsadminng/service/accessfilter/Role.java
+++ b/src/main/java/org/hostsharing/hsadminng/service/accessfilter/Role.java
@@ -1,10 +1,10 @@
 // Licensed under Apache-2.0
 package org.hostsharing.hsadminng.service.accessfilter;
 
-import java.lang.reflect.Field;
-
 import static com.google.common.base.Verify.verify;
 
+import java.lang.reflect.Field;
+
 /**
  * These enum values are on the one hand used to define the minimum role required to grant access to resources,
  * but on the other hand also for the roles users can be assigned to.