Added SQL proposals
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / java / PHPCompletionProposalComparator.java
index 77007ae..3340c92 100644 (file)
@@ -9,9 +9,9 @@ public class PHPCompletionProposalComparator implements Comparator {
        /**
         * Constructor for CompletionProposalComparator.
         */
-       public PHPCompletionProposalComparator() {
-               fOrderAlphabetically= false;
-       }
+//     public PHPCompletionProposalComparator() {
+//             fOrderAlphabetically= false;
+//     }
        
        public void setOrderAlphabetically(boolean orderAlphabetically) {
                fOrderAlphabetically= orderAlphabetically;