fix typo in configuration example of user storage provider
This commit is contained in:
parent
cd1f488e2b
commit
4c12ad2fb6
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ public class PropertyFileUserStorageProviderFactory
|
|||
.label("Path")
|
||||
.defaultValue("${jboss.server.config.dir}/example-users.properties")
|
||||
.helpText("File path to properties file")
|
||||
.default
|
||||
.add().build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue