Bug fixes, Configurable is only looking for public fields

This commit is contained in:
Ziver Koc 2016-01-15 17:06:44 +01:00
parent fdc8c8caf5
commit f8b9a86d65
3 changed files with 8 additions and 8 deletions

4
src/zutil/io/StringOutputStream.java Normal file → Executable file
View 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