mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 11:40:27 +00:00
Reduce visibility of TomlWriter#getIndentationPolicy()
This commit is contained in:
parent
5af1ca6f06
commit
6340d39ba7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue