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.