Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / formatter / impl / SplitLine.java
index 90297d7..51de1a4 100644 (file)
@@ -25,19 +25,19 @@ public class SplitLine implements ITerminalSymbols {
        /**
         * SplitLine constructor comment.
         */
-       public SplitLine(int[] operators, String[] substrings) {
-               this(operators, substrings, null);
-       }
+//     public SplitLine(int[] operators, String[] substrings) {
+//             this(operators, substrings, null);
+//     }
 
        /**
         * SplitLine constructor comment.
         */
-       public SplitLine(int[] operators, String[] substrings, int[] startIndexes) {
-               super();
-               this.operators = operators;
-               this.substrings = substrings;
-               this.startSubstringsIndexes = startIndexes;
-       }
+//     public SplitLine(int[] operators, String[] substrings, int[] startIndexes) {
+//             super();
+//             this.operators = operators;
+//             this.substrings = substrings;
+//             this.startSubstringsIndexes = startIndexes;
+//     }
 
        /**
         * Prints a nice representation of the receiver