src/main/java/org/apache/openwhisk/intellij/explorer/dialog/endpoint/ui/AddEndpointDialogForm.java [39:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private static final SimpleNotifier NOTIFIER = SimpleNotifier.getInstance();

    private JPanel mainJPanel;
    private JTextField aliasJTextField;
    private JTextField apihostJTextField;

    private WhiskService whiskService;
    private List<WhiskEndpoint> endpoints;

    private Project project;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/openwhisk/intellij/explorer/dialog/endpoint/ui/EditEndpointDialogForm.java [39:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private static final SimpleNotifier NOTIFIER = SimpleNotifier.getInstance();

    private JPanel mainJPanel;
    private JTextField aliasJTextField;
    private JTextField apihostJTextField;

    private WhiskService whiskService;
    private List<WhiskEndpoint> endpoints;

    private Project project;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



