Avoid deprecation warnings in ResultSetMock.
authorChris Jaekl <cejaekl@yahoo.com>
Sat, 3 Oct 2015 08:17:14 +0000 (17:17 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Sat, 3 Oct 2015 08:17:14 +0000 (17:17 +0900)
test/net/jaekl/cfb/db/ResultSetMock.java

index 4592272e5978563e1f4746e4e6154a91f3957909..7200223d464c8e18a2f71cc167b12671b2843fa1 100644 (file)
@@ -126,12 +126,14 @@ public class ResultSetMock implements ResultSet {
                return null;
        }
 
+       @Deprecated
        @Override
        public BigDecimal getBigDecimal(int arg0, int arg1) throws SQLException {
                // TODO Auto-generated method stub
                return null;
        }
 
+       @Deprecated
        @Override
        public BigDecimal getBigDecimal(String arg0, int arg1) throws SQLException {
                // TODO Auto-generated method stub
@@ -543,12 +545,14 @@ public class ResultSetMock implements ResultSet {
                return null;
        }
 
+       @Deprecated
        @Override
        public InputStream getUnicodeStream(int arg0) throws SQLException {
                // TODO Auto-generated method stub
                return null;
        }
 
+       @Deprecated
        @Override
        public InputStream getUnicodeStream(String arg0) throws SQLException {
                // TODO Auto-generated method stub