summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/UCB/Helper.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/UCB/Helper.java')
-rw-r--r--odk/examples/DevelopersGuide/UCB/Helper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/UCB/Helper.java b/odk/examples/DevelopersGuide/UCB/Helper.java
index fe427a902930..015e6976e264 100644
--- a/odk/examples/DevelopersGuide/UCB/Helper.java
+++ b/odk/examples/DevelopersGuide/UCB/Helper.java
@@ -93,7 +93,7 @@ public class Helper {
*@param connectURL Connect URL. Example : -url=file:///
*@return Created identifier object for given URL
*/
- public XContent createUCBContent( String connectURL ) throws java.lang.Exception {
+ private XContent createUCBContent( String connectURL ) throws java.lang.Exception {
XContent content = null;
if ( connectURL != null && !connectURL.equals( "" )) {