Compare commits

...

2 Commits

Author SHA1 Message Date
Brian Rosenberger b4e48728ef Merged: Add unimplemented methods to to updated Quartz version
git-svn-id: https://brutex.net/svn/xservices/branches/xservices-jre5@141 e7e49efb-446e-492e-b9ec-fcafc1997a86
2013-09-29 10:50:39 +00:00
Brian Rosenberger ac16f6ce0b Branching JRE5 compatible version. JRE5 is EOL
git-svn-id: https://brutex.net/svn/xservices/branches/xservices-jre5@132 e7e49efb-446e-492e-b9ec-fcafc1997a86
2013-02-11 08:56:10 +00:00
2 changed files with 12 additions and 0 deletions

View File

@ -176,6 +176,12 @@ public class BrutexHSQLQuartzConnectionProvider implements ConnectionProvider {
}
return false;
}
@Override
public void initialize() throws SQLException {
// TODO Auto-generated method stub
}
}

View File

@ -176,6 +176,12 @@ public class BrutexQuartzConnectionProvider implements ConnectionProvider {
}
return false;
}
@Override
public void initialize() throws SQLException {
// TODO Auto-generated method stub
}
}