fix typo in configuration example of user storage provider

This commit is contained in:
Herbert Mühlburger 2017-11-20 16:53:54 +01:00 committed by Stian Thorgersen
parent cd1f488e2b
commit 4c12ad2fb6

View file

@ -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();
}