Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 956fbd2

Browse files
committed
Stop codacy from yelling
1 parent 718a1a2 commit 956fbd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scb-engine/src/main/java/io/securecodebox/engine/helper/PropertyValueProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ public String getDefaultTargetUri() {
6262
replacement = "securecodebox.users",
6363
reason = "Using the new property multiple users can be configured, which is more flexible than only being able to create one."
6464
)
65-
String getDefaultUserScannerId() {
65+
public String getDefaultUserScannerId() {
6666
return defaultUserScannerId;
6767
}
6868

6969
@DeprecatedConfigurationProperty(
7070
replacement = "securecodebox.users",
7171
reason = "Using the new property multiple users can be configured, which is more flexible than only being able to create one."
7272
)
73-
String getDefaultUserScannerPassword() {
73+
public String getDefaultUserScannerPassword() {
7474
return defaultUserScannerPassword;
7575
}
7676
}

0 commit comments

Comments
 (0)