Reduce visibility of TomlWriter#getIndentationPolicy()

This commit is contained in:
moandji.ezana 2015-06-30 12:23:28 +02:00
parent 5af1ca6f06
commit 6340d39ba7

View file

@ -138,7 +138,7 @@ public class TomlWriter {
WRITERS.write(from, this, target); WRITERS.write(from, this, target);
} }
public WriterIndentationPolicy getIndentationPolicy() { WriterIndentationPolicy getIndentationPolicy() {
return indentationPolicy; return indentationPolicy;
} }