This closes #41 Test fixes

This commit is contained in:
jbertram 2015-06-22 09:47:57 -05:00
commit de74525fda
1 changed files with 0 additions and 2 deletions

View File

@ -1358,8 +1358,6 @@ public class ClientSessionFactoryImpl implements ClientSessionFactoryInternal, C
transportConnection = null; transportConnection = null;
connector = null; connector = null;
throw new RuntimeException(cause.getMessage(), cause);
} }
return transportConnection; return transportConnection;