X-Git-Url: http://git.phpeclipse.com diff --git a/archive/net.sourceforge.phpeclipse.sql/src/net/sourceforge/phpdt/sql/actions/EditBookmarkAction.java b/archive/net.sourceforge.phpeclipse.sql/src/net/sourceforge/phpdt/sql/actions/EditBookmarkAction.java index daab5b6..901fc34 100644 --- a/archive/net.sourceforge.phpeclipse.sql/src/net/sourceforge/phpdt/sql/actions/EditBookmarkAction.java +++ b/archive/net.sourceforge.phpeclipse.sql/src/net/sourceforge/phpdt/sql/actions/EditBookmarkAction.java @@ -14,10 +14,7 @@ import net.sourceforge.phpdt.sql.wizards.BookmarkWizard; /** * @author root * - * To change this generated comment edit the template variable "typecomment": - * Window>Preferences>Java>Templates. - * To enable and disable the creation of type comments go to - * Window>Preferences>Java>Code Generation. + * Edits a bookmark */ public class EditBookmarkAction extends Action implements IViewActionDelegate { IViewPart view; @@ -36,7 +33,7 @@ public class EditBookmarkAction extends Action implements IViewActionDelegate { run(); } public void run() { - System.out.println("Wizard.."); + System.out.println("Wizard.."); //$NON-NLS-1$ BookmarkWizard wizard = new BookmarkWizard(); BookmarkNode b = BookmarkView.getInstance().getCurrentBookmark();