Browse Source

reduced visibility of scope annotation

Sebastian Stenzel 5 years ago
parent
commit
633470b0d6

+ 1 - 1
main/ui/src/main/java/org/cryptomator/ui/forgetPassword/ForgetPasswordScoped.java

@@ -8,6 +8,6 @@ import java.lang.annotation.RetentionPolicy;
 @Scope
 @Documented
 @Retention(RetentionPolicy.RUNTIME)
-public @interface ForgetPasswordScoped {
+@interface ForgetPasswordScoped {
 
 }