Author: mriou
Date: Tue Sep  9 11:29:08 2008
New Revision: 693550

URL: http://svn.apache.org/viewvc?rev=693550&view=rev
Log:
Reverting change to make it compile on 1.6, actually introduces 1.6 only 
classes.

Modified:
    
ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingConnectionWrapper.java

Modified: 
ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingConnectionWrapper.java
URL: 
http://svn.apache.org/viewvc/ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingConnectionWrapper.java?rev=693550&r1=693549&r2=693550&view=diff
==============================================================================
--- 
ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingConnectionWrapper.java
 (original)
+++ 
ode/trunk/utils/src/main/java/org/apache/ode/utils/LoggingConnectionWrapper.java
 Tue Sep  9 11:29:08 2008
@@ -215,53 +215,4 @@
         else System.out.println(str);
     }
 
-    public Clob createClob() throws SQLException {
-        return null;
-    }
-
-    public Blob createBlob() throws SQLException {
-        return null;
-    }
-
-    public NClob createNClob() throws SQLException {
-        return null;
-    }
-
-    public SQLXML createSQLXML() throws SQLException {
-        return null;
-    }
-
-    public boolean isValid(int timeout) throws SQLException {
-        return false;
-    }
-
-    public void setClientInfo(String name, String value) throws 
SQLClientInfoException {
-    }
-
-    public void setClientInfo(Properties properties) throws 
SQLClientInfoException {
-    }
-
-    public String getClientInfo(String name) throws SQLException {
-        return null;
-    }
-
-    public Properties getClientInfo() throws SQLException {
-        return null;
-    }
-
-    public Array createArrayOf(String typeName, Object[] elements) throws 
SQLException {
-        return null;
-    }
-
-    public Struct createStruct(String typeName, Object[] attributes) throws 
SQLException {
-        return null;
-    }
-
-    public <T> T unwrap(Class<T> iface) throws SQLException {
-        return null;
-    }
-
-    public boolean isWrapperFor(Class<?> iface) throws SQLException {
-        return false;
-    }
 }


Reply via email to