Skip to content

Commit

Permalink
properly formatting the OpenmrsConstants file
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Jul 31, 2013
1 parent d515c5a commit a33ce4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/src/main/java/org/openmrs/util/OpenmrsConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -1444,8 +1444,9 @@ public static final List<GlobalProperty> CORE_GLOBAL_PROPERTIES() {
"400",
"Specifies time interval in milliseconds when searching, between keyboard keyup event and triggering the search off, should be higher if most users are slow when typing so as to minimise the load on the server"));

props.add(new GlobalProperty(GP_SEARCH_DATE_DISPLAY_FORMAT, null,
"Date display format to be used to display the date somewhere in the UI i.e the search widgets and autocompletes"));
props
.add(new GlobalProperty(GP_SEARCH_DATE_DISPLAY_FORMAT, null,
"Date display format to be used to display the date somewhere in the UI i.e the search widgets and autocompletes"));

props.add(new GlobalProperty(GLOBAL_PROPERTY_DEFAULT_LOCATION_NAME, "Unknown Location",
"The name of the location to use as a system default"));
Expand Down

0 comments on commit a33ce4f

Please sign in to comment.