Skip to content
Snippets Groups Projects
Commit ea853032 authored by kaloyane's avatar kaloyane
Browse files

we have decided to use JRE 1.5 as default JRE in the Eclipse workspace, so it...

we have decided to use JRE 1.5 as default JRE in the Eclipse workspace, so it makes sense to ignore these 1.6 related warnings.

SVN: 21830
parent 5fb554ed
No related branches found
No related tags found
No related merge requests found
...@@ -158,12 +158,13 @@ public final class SqlUnitMigrationTest ...@@ -158,12 +158,13 @@ public final class SqlUnitMigrationTest
} }
// NOTE: the following methods are needed because we compile with JDK 6 on Hudson // NOTE: the following methods are needed because we compile with JDK 6 on Hudson
@SuppressWarnings("unused")
public boolean isWrapperFor(Class<?> arg0) throws SQLException public boolean isWrapperFor(Class<?> arg0) throws SQLException
{ {
return false; return false;
} }
@SuppressWarnings("unused")
public <T> T unwrap(Class<T> arg0) throws SQLException public <T> T unwrap(Class<T> arg0) throws SQLException
{ {
return null; return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment