Merge pull request #625 from axel3rd/MinorFixAndUTsWindowsSpaceDirectory

UTs on Windows when project path contains space & some exception review
This commit is contained in:
Jeremy Long
2016-11-22 19:51:54 -05:00
committed by GitHub
8 changed files with 27 additions and 27 deletions

View File

@@ -115,7 +115,6 @@ class DriverShim implements Driver {
* @throws SQLFeatureNotSupportedException thrown if the feature is not supported
* @see java.sql.Driver#getParentLogger()
*/
@Override
public java.util.logging.Logger getParentLogger() throws SQLFeatureNotSupportedException {
//return driver.getParentLogger();
Method m = null;