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

Commit ee4c96e

Browse files
committed
Correct depracation replacement
1 parent 2d72466 commit ee4c96e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
@@ -59,15 +59,15 @@ public String getDefaultTargetUri() {
5959
}
6060

6161
@DeprecatedConfigurationProperty(
62-
replacement = "securecodebox.rest.user.scanner",
62+
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
)
6565
String getDefaultUserScannerId() {
6666
return defaultUserScannerId;
6767
}
6868

6969
@DeprecatedConfigurationProperty(
70-
replacement = "securecodebox.rest.user.scanner",
70+
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
)
7373
String getDefaultUserScannerPassword() {

0 commit comments

Comments
 (0)