Skip to content

Commit 6ea55a1

Browse files
authored
Merge pull request #207 from slubwama/U4X-1013
U4X-1013: Remove the trailing space on urlPassword
2 parents 73375e1 + 3b20d04 commit 6ea55a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

omod/src/main/java/org/openmrs/module/ugandaemrsync/web/resource/SyncTaskTypeResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public DelegatingResourceDescription getCreatableProperties() throws ResourceDoe
130130
description.addProperty("dataTypeId");
131131
description.addProperty("url");
132132
description.addProperty("urlUserName");
133-
description.addProperty(" urlPassword");
133+
description.addProperty("urlPassword");
134134
description.addProperty("urlToken");
135135
description.addProperty("tokenExpiryDate");
136136
description.addProperty("tokenType");

0 commit comments

Comments
 (0)