git://secure.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.sql
/
src
/
net
/
sourceforge
/
phpdt
/
sql
/
actions
/
NewBookmarkAction.java
diff --git
a/archive/net.sourceforge.phpeclipse.sql/src/net/sourceforge/phpdt/sql/actions/NewBookmarkAction.java
b/archive/net.sourceforge.phpeclipse.sql/src/net/sourceforge/phpdt/sql/actions/NewBookmarkAction.java
index
3f4d936
..
422a0e7
100644
(file)
--- a/
archive/net.sourceforge.phpeclipse.sql/src/net/sourceforge/phpdt/sql/actions/NewBookmarkAction.java
+++ b/
archive/net.sourceforge.phpeclipse.sql/src/net/sourceforge/phpdt/sql/actions/NewBookmarkAction.java
@@
-34,7
+34,7
@@
public class NewBookmarkAction extends Action implements IViewActionDelegate {
run();
}
public void run() {
- System.out.println("Wizard..");
+ System.out.println("Wizard.."); //$NON-NLS-1$
BookmarkWizard wizard = new BookmarkWizard();
wizard.init();