summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/UCB/Helper.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-08 12:44:57 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 08:49:23 +0200
commit68cd011c907d00493bf2bfde531c1e244819596b (patch)
tree0225318c908b00faaa701a19aaf7aa567c3582a0 /odk/examples/DevelopersGuide/UCB/Helper.java
parent70f56bc22fe952c75ec714e05e1bb5296491a36a (diff)
java: reduce scope, make some methods private
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
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( "" )) {