Skip to content

Commit

Permalink
Added note to alternate way for implementing Restart Action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFalappa committed Aug 3, 2018
1 parent 0ee1dc1 commit 0f28ec8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@

import static java.util.logging.Level.FINE;

/*
* NOTE: an alternative way to obtain an action that operates on the currently active project is using
* ProjectSensitiveActions.projectSensitiveAction(...) from projectuiapi module as indicated by Jan Lahoda on
* Apache NetBeans devs mailing lists:
* http://mail-archives.apache.org/mod_mbox/netbeans-dev/201807.mbox/%3CCALd%3D3dEa815Kik-cgZ6Cdymwnqd6FELruJoLesALxJac1SmofA%40mail.gmail.com%3E
*/
@ActionID(
category = "Build",
id = "com.github.alexfalappa.nbspringboot.actions.RestartAction"
Expand Down

0 comments on commit 0f28ec8

Please sign in to comment.