Skip to content
Snippets Groups Projects
Commit 433cf5e8 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-6741 chagne ORGANISATIONS_EINHEIT_PROPERTIES_PREFIX to kebab case

parent eddd4ada
No related branches found
No related tags found
1 merge request!1Ozg 6741 organisationseinheit link
...@@ -17,7 +17,7 @@ import lombok.Setter; ...@@ -17,7 +17,7 @@ import lombok.Setter;
@ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "organisationsEinheiten", havingValue = "true") @ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "organisationsEinheiten", havingValue = "true")
class OrganisationsEinheitProperties { class OrganisationsEinheitProperties {
static final String ORGANISATIONS_EINHEIT_PROPERTIES_PREFIX = "ozgcloud.organisationsEinheit"; static final String ORGANISATIONS_EINHEIT_PROPERTIES_PREFIX = "ozgcloud.organisations-einheit";
@NotBlank @NotBlank
private String zufiSucheUri; private String zufiSucheUri;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment