latest quantum sources 2.3.2
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / util / StringMatrix.java
index f87f14d..d680939 100644 (file)
@@ -44,7 +44,7 @@ public class StringMatrix {
         */
        public void addMatrixHeader(String header[]){
                        for (int i = 0; i < header.length; i++) {       
-                               String element = (String) header[i];
+                               String element = header[i];
                                this.header.add(element);                       
                        }
        }