Skip to content

Commit f17e7fe

Browse files
committed
make helgoland.request.interval.restriction non-optional
If value is optional, defaultValue is not used but `null` inserted
1 parent f41693f commit f17e7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/main/resources/contexts/settings/helgoland-api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<property name="description" value="Definition of the request interval restriction. Defined in ISO-8601 duration (&lt;code&gt;https://en.wikipedia.org/wiki/ISO_8601#Durations&lt;/code&gt;) notation!" />
5959
<property name="order" value="2.0" />
6060
<property name="group" ref="helgolandApiSettingDefinitionGroup" />
61-
<property name="optional" value="true" />
61+
<property name="optional" value="false" />
6262
<property name="defaultValue" value="P370D" />
6363
</bean>
6464
<bean class="org.n52.faroe.settings.StringSettingDefinition">

0 commit comments

Comments
 (0)