更新
This commit is contained in:
@@ -979,7 +979,8 @@ public class CsvReader
|
||||
}
|
||||
}
|
||||
|
||||
protected void finalize() {
|
||||
@Override
|
||||
protected void finalize() {
|
||||
this.close(false);
|
||||
}
|
||||
|
||||
|
||||
@@ -276,7 +276,8 @@ public class CsvWriter
|
||||
}
|
||||
}
|
||||
|
||||
protected void finalize() {
|
||||
@Override
|
||||
protected void finalize() {
|
||||
this.close(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user