Skip to content

Commit

Permalink
#89 update macro-name to eclipse44-format
Browse files Browse the repository at this point in the history
  • Loading branch information
markiewb committed Sep 12, 2016
1 parent 831cbb6 commit 591bc31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
* @author markiewb
*/
@NbBundle.Messages({ "CTL_EclipseFormatter=Format with Eclipse formatter 4.4",
"eclipse-format=Format with Eclipse formatter 4.4" })
"eclipse44-format=Format with Eclipse formatter 4.4" })
@EditorActionRegistration(name = FormatAction44.MACRONAME, mimeType = "text/x-java", menuPath = "Source", menuPosition = 0, menuText = "#CTL_EclipseFormatter")
public class FormatAction44 extends org.netbeans.editor.BaseAction {
public static final String ID = "org.netbeans.eclipse.formatter.ReformatWithEclipseBeforeSaveTask44";
public static final String MACRONAME = "eclipse-format";
public static final String MACRONAME = "eclipse44-format";

private static final Logger LOG = Logger.getLogger(FormatAction44.class.getName());

Expand Down

0 comments on commit 591bc31

Please sign in to comment.