[Mulgara-svn] r1803 - trunk/src/jar/util/java/org/mulgara/util
pag at mulgara.org
pag at mulgara.org
Tue Oct 6 06:35:21 UTC 2009
Author: pag
Date: 2009-10-05 23:35:20 -0700 (Mon, 05 Oct 2009)
New Revision: 1803
Modified:
trunk/src/jar/util/java/org/mulgara/util/AbstractMulgaraResultSet.java
Log:
removed unnecessary annotations
Modified: trunk/src/jar/util/java/org/mulgara/util/AbstractMulgaraResultSet.java
===================================================================
--- trunk/src/jar/util/java/org/mulgara/util/AbstractMulgaraResultSet.java 2009-10-06 06:34:38 UTC (rev 1802)
+++ trunk/src/jar/util/java/org/mulgara/util/AbstractMulgaraResultSet.java 2009-10-06 06:35:20 UTC (rev 1803)
@@ -231,7 +231,6 @@
* @throws SQLException on failure
* @deprecated Deprecated in {@link java.sql.ResultSet}
*/
- @SuppressWarnings("deprecation")
public BigDecimal getBigDecimal(int columnIndex, int scale)
throws SQLException {
@@ -296,7 +295,6 @@
* @throws SQLException on failure
* @deprecated Deprecated in the original {@link java.sql.ResultSet}
*/
- @SuppressWarnings("deprecation")
public java.io.InputStream getUnicodeStream(int columnIndex)
throws SQLException {
@@ -447,7 +445,6 @@
* @throws SQLException on failure
* @deprecated Deprecated in the original {@link java.sql.ResultSet}
*/
- @SuppressWarnings("deprecation")
public BigDecimal getBigDecimal(String columnName, int scale)
throws SQLException {
@@ -512,7 +509,6 @@
* @throws SQLException on failure
* @deprecated This has been deprecated in the original {@link ResultSet#getUnicodeStream(String)}
*/
- @SuppressWarnings("deprecation")
public java.io.InputStream getUnicodeStream(String columnName)
throws SQLException {
More information about the Mulgara-svn
mailing list