Add unimplemented methods to to updated Quartz version
git-svn-id: https://brutex.net/svn/xservices/trunk@139 e7e49efb-446e-492e-b9ec-fcafc1997a86xservices-jre6
parent
dbb4982f86
commit
dc6ee97ea9
|
@ -176,6 +176,12 @@ public class BrutexHSQLQuartzConnectionProvider implements ConnectionProvider {
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void initialize() throws SQLException {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -176,6 +176,12 @@ public class BrutexQuartzConnectionProvider implements ConnectionProvider {
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void initialize() throws SQLException {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue