git://secure.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
remove name clash with JDT editor category
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.quantum.sql
/
src
/
com
/
quantum
/
wizards
/
JDBCDriverSelectionWizardPage.java
diff --git
a/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/wizards/JDBCDriverSelectionWizardPage.java
b/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/wizards/JDBCDriverSelectionWizardPage.java
index
7770614
..
9eb092f
100644
(file)
--- a/
archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/wizards/JDBCDriverSelectionWizardPage.java
+++ b/
archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/wizards/JDBCDriverSelectionWizardPage.java
@@
-28,7
+28,7
@@
public class JDBCDriverSelectionWizardPage extends PropertyChangeWizardPage impl
/**
* @param pageName
*/
- protected JDBCDriverSelectionWizardPage(String pageName) {
+ public JDBCDriverSelectionWizardPage(String pageName) {
super(pageName);
setTitle(Messages.getString(getClass(), "title"));