Integrated resource model related changes with eclipse plug-ins.
[platform/upstream/iotivity.git] / service / simulator / java / eclipse-plugin / ClientControllerPlugin / src / oic / simulator / clientcontroller / view / dialogs / LoadRAMLDialog.java
index 90ace2b..8d6e562 100644 (file)
@@ -130,8 +130,6 @@ public class LoadRAMLDialog extends TitleAreaDialog {
             MessageDialog
                     .openError(getShell(), "Invalid File",
                             "File doesn't exist. Either the file path or file name is invalid.");
-            // TODO: Instead of MessageDialog, errors may be shown on wizard
-            // itself.
             return;
         }
         close();