Skip to content

Commit

Permalink
enhance setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHollmann committed Aug 17, 2022
1 parent dba5568 commit a86a599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<bean class="org.n52.faroe.settings.BooleanSettingDefinition">
<property name="key" value="proxy.aquarius.grades.file" />
<property name="title" value="Should the grades definitions from file be used?" />
<property name="description" value="Define whether the service should use the grade definitions from file and not request from service." />
<property name="description" value="Define whether the service should use the grade definitions from file and not request from service. (.../WEB-INF/classes/aquarius/grades.json)" />
<property name="order" value="9.0" />
<property name="group" ref="aquariusSettingDefinitionGroup" />
<property name="optional" value="true" />
Expand Down

0 comments on commit a86a599

Please sign in to comment.