dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30206
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15315: Mobile, correct interface modifiers
------------------------------------------------------------
revno: 15315
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-05-20 17:39:34 +0200
message:
Mobile, correct interface modifiers
modified:
dhis-2/dhis-services/dhis-service-mobile/src/main/java/org/hisp/dhis/api/mobile/NotAllowedException.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-mobile/src/main/java/org/hisp/dhis/api/mobile/NotAllowedException.java'
--- dhis-2/dhis-services/dhis-service-mobile/src/main/java/org/hisp/dhis/api/mobile/NotAllowedException.java 2014-05-20 15:38:30 +0000
+++ dhis-2/dhis-services/dhis-service-mobile/src/main/java/org/hisp/dhis/api/mobile/NotAllowedException.java 2014-05-20 15:39:34 +0000
@@ -64,7 +64,7 @@
this.reason = reason;
}
- String getReason()
+ public String getReason()
{
return reason;
}