BF [ 1806700 ] Compile error on JAVA 6

http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1806700&group_id=176962

(forget to comment the code block)
This commit is contained in:
teo_sarca 2007-10-03 06:23:35 +00:00
parent cb8ed2bae0
commit 7bcd8f6353
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ public class ServerConnection implements Connection
throw new java.lang.UnsupportedOperationException ("Method setTypeMap() not yet implemented.");
}
/* Java 6 support - teo_sarca BF [ 1806700 ] */
/* Java 6 support - teo_sarca BF [ 1806700 ] *
public java.sql.Array createArrayOf(String typeName, Object[] elements) throws SQLException {
throw new java.lang.UnsupportedOperationException ("Method not yet implemented.");
}