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 / mediator / EasySetupCallbackHandler.java
old mode 100644 (file)
new mode 100755 (executable)
index 3c93be1..cb06fb8
@@ -1,22 +1,22 @@
 /**\r
  * ***************************************************************\r
- * <p/>\r
+ * <p>\r
  * Copyright 2015 Samsung Electronics All Rights Reserved.\r
- * <p/>\r
- * <p/>\r
- * <p/>\r
+ * <p>\r
+ * <p>\r
+ * <p>\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
- * <p/>\r
+ * <p>\r
  * http://www.apache.org/licenses/LICENSE-2.0\r
- * <p/>\r
+ * <p>\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
- * <p/>\r
+ * <p>\r
  * ****************************************************************\r
  */\r
 package org.iotivity.service.easysetup.mediator;\r
@@ -37,7 +37,6 @@ public class EasySetupCallbackHandler {
     }\r
 \r
     public void ProvisioningStatusCallBack(int statuscode) {\r
-        // TODO Auto-generated method stub\r
         Log.d(TAG,\r
                 "onFinishProvisioning() inside Android Java application. statuscode - "\r
                         + statuscode);\r