You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/01 18:09:23 UTC

svn commit: r1332723 - /cxf/branches/2.5.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/persistence/jdbc/RMTxStoreConfigurationTest.java

Author: dkulp
Date: Tue May  1 16:09:23 2012
New Revision: 1332723

URL: http://svn.apache.org/viewvc?rev=1332723&view=rev
Log:
Merged revisions 1332279 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1332279 | dkulp | 2012-04-30 12:21:43 -0400 (Mon, 30 Apr 2012) | 2 lines

  Now try fixing with java 5

........

Modified:
    cxf/branches/2.5.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/persistence/jdbc/RMTxStoreConfigurationTest.java

Modified: cxf/branches/2.5.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/persistence/jdbc/RMTxStoreConfigurationTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/persistence/jdbc/RMTxStoreConfigurationTest.java?rev=1332723&r1=1332722&r2=1332723&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/persistence/jdbc/RMTxStoreConfigurationTest.java (original)
+++ cxf/branches/2.5.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/persistence/jdbc/RMTxStoreConfigurationTest.java Tue May  1 16:09:23 2012
@@ -22,7 +22,6 @@ package org.apache.cxf.ws.rm.persistence
 import java.io.PrintWriter;
 import java.sql.Connection;
 import java.sql.SQLException;
-import java.sql.SQLFeatureNotSupportedException;
 import java.util.logging.Logger;
 
 import javax.sql.DataSource;
@@ -114,7 +113,7 @@ public class RMTxStoreConfigurationTest 
             throw new SQLException("test");
         }
 
-        public Logger getParentLogger() throws SQLFeatureNotSupportedException {
+        public Logger getParentLogger() {
             return null;
         }
     }