فهرست منبع

reduced visibility of scope annotation

Sebastian Stenzel 5 سال پیش
والد
کامیت
633470b0d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      main/ui/src/main/java/org/cryptomator/ui/forgetPassword/ForgetPasswordScoped.java

+ 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 {
 
 }