Skip to content

Commit ac7c733

Browse files
vijayanasokanglaumtech
authored andcommitted
Update Authorized.java
1 parent cd5d7a1 commit ac7c733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

login/src/main/java/com/glaum/login/configuration/Authorized.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
@Target(ElementType.METHOD) // can use in method only.
99
public @interface Authorized {
1010

11-
public boolean enabled() default true;
11+
//public boolean enabled() default true;
1212

13-
public String[] keys();
13+
public String[] keys();
1414

1515

16-
}
16+
}

0 commit comments

Comments
 (0)