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
This commit is contained in:
parent
ac16f6ce0b
commit
b4e48728ef
@ -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…
x
Reference in New Issue
Block a user