fixed typo
This commit is contained in:
@@ -7,7 +7,7 @@ import java.nio.charset.Charset;
|
||||
public interface Dumper {
|
||||
void dump(Value value, OutputStream is);
|
||||
|
||||
void dump(Value value, Writer reader);
|
||||
void dump(Value value, Writer writer);
|
||||
|
||||
void dump(Value value, OutputStream stream, Charset encoding);
|
||||
}
|
||||
|
Reference in New Issue
Block a user