git://secure.phpeclipse.com
/
phpeclipse.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
using Runnable to comply to the SWT threading model.
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.quantum.sql
/
src
/
com
/
quantum
/
util
/
StringMatrix.java
diff --git
a/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/util/StringMatrix.java
b/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/util/StringMatrix.java
index
f87f14d
..
d680939
100644
(file)
--- a/
archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/util/StringMatrix.java
+++ b/
archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/util/StringMatrix.java
@@
-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);
}
}