Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit f0e6f00

Browse files
committed
Property key
1 parent 3607791 commit f0e6f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-service/src/main/java/io/acari/auth/DbConfigs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public enum Configs {
2121

2222
private final String value;
2323

24-
Configs(String butt) {
25-
this.value = properties.getProperty(butt);
24+
Configs(String propertyKey) {
25+
this.value = properties.getProperty(propertyKey);
2626
}
2727

2828
public String getValue() {

0 commit comments

Comments
 (0)