make new IotProvider.submitApplication private

make public once there's a demonstrated need

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/88e026c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/88e026c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/88e026c8

Branch: refs/heads/master
Commit: 88e026c868b4a13179c8005d265ab796db12c03a
Parents: 7e7b302
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Mon Jan 23 09:38:51 2017 -0500
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Mon Jan 23 09:38:51 2017 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/edgent/providers/iot/IotProvider.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/88e026c8/providers/iot/src/main/java/org/apache/edgent/providers/iot/IotProvider.java
----------------------------------------------------------------------
diff --git 
a/providers/iot/src/main/java/org/apache/edgent/providers/iot/IotProvider.java 
b/providers/iot/src/main/java/org/apache/edgent/providers/iot/IotProvider.java
index 84d5600..764bc7d 100644
--- 
a/providers/iot/src/main/java/org/apache/edgent/providers/iot/IotProvider.java
+++ 
b/providers/iot/src/main/java/org/apache/edgent/providers/iot/IotProvider.java
@@ -415,7 +415,7 @@ public class IotProvider implements TopologyProvider,
      * 
      * @throws Exception on failure starting applications.
      */
-    public void submitApplication(String appName, JsonObject config) throws 
Exception {
+    private void submitApplication(String appName, JsonObject config) throws 
Exception {
       if (systemApps.contains(appName)) {
         throw new IllegalArgumentException("appName");
       }

Reply via email to