Bug fixes, Configurable is only looking for public fields
This commit is contained in:
parent
fdc8c8caf5
commit
f8b9a86d65
3 changed files with 8 additions and 8 deletions
4
src/zutil/io/StringOutputStream.java
Normal file → Executable file
4
src/zutil/io/StringOutputStream.java
Normal file → Executable file
|
|
@ -62,9 +62,7 @@ public class StringOutputStream extends OutputStream{
|
|||
* Same as {@link OutputStream:clear()}
|
||||
*/
|
||||
@Override
|
||||
public void close() {
|
||||
clear();
|
||||
}
|
||||
public void close() {}
|
||||
|
||||
/**
|
||||
* Clears the String buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue