}
}
- protected void finalize() {
- try {
- this.close();
- }
- catch (Exception exception) {
- }
- }
-
/* Sql connection generator */
protected MSqlConnectionGenerator getSqlConnectionGeneratorReference() {
}
}
- protected void finalize() {
- try {
- this.close();
- }
- catch (Exception exception) {
- }
- }
-
/* File */
protected String getFile() {
public abstract void close() throws MLoggingException;
- protected abstract void finalize();
+ protected void finalize() {
+ try {
+ this.close();
+ }
+ catch (Exception exception) {
+ }
+ }
/* Output */