Added missing license headers to Java files
[platform/upstream/iotivity.git] / service / easy-setup / sdk / mediator / android / EasySetupCore / src / main / java / org / iotivity / service / easysetup / impl / WiFiOnBoardingConfig.java
old mode 100644 (file)
new mode 100755 (executable)
index 1bf863d..4d55218
@@ -1,6 +1,27 @@
+/**
+ * ***************************************************************
+ * <p>
+ * Copyright 2015 Samsung Electronics All Rights Reserved.
+ * <p>
+ * <p>
+ * <p>
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * <p>
+ * ****************************************************************
+ */
+
 package org.iotivity.service.easysetup.impl;
 
-import org.iotivity.service.easysetup.core.ConnectionInterface;
 import org.iotivity.service.easysetup.core.IpConnection;
 import org.iotivity.service.easysetup.core.OnBoardingConfig;
 
@@ -19,7 +40,6 @@ public class WiFiOnBoardingConfig implements OnBoardingConfig {
 
     @Override
     public Object getConfig() {
-        // TODO Auto-generated method stub
         return config;
     }
 
@@ -41,20 +61,6 @@ public class WiFiOnBoardingConfig implements OnBoardingConfig {
 
     @Override
     public ConnType getConnType() {
-        // TODO Auto-generated method stub
         return mConnType;
     }
-
-/*     @Override
-    public OnBoardingConnection getConnection() {
-               // TODO Auto-generated method stub
-               return mConnection;
-       }
-
-       @Override
-       public void setConnection(OnBoardingConnection conn) {
-               mConnection = (IpConnection)conn;
-       }*/
-
-
 }