File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
metafacture-formeta/src/main/java/org/metafacture/formeta Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ public FormatterStyle getStyle() {
48
48
return style ;
49
49
}
50
50
51
+ /**
52
+ * Sets the style of the Formatter.
53
+ *
54
+ * @param formatterStyle the FormatterStyle
55
+ */
51
56
public void setStyle (final FormatterStyle formatterStyle ) {
52
57
this .style = formatterStyle ;
53
58
formatter = formatterStyle .createFormatter ();
Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ public Emitter getEmitter() {
48
48
return structureParserContext .getEmitter ();
49
49
}
50
50
51
+ /**
52
+ * Parses the data.
53
+ *
54
+ * @param data the data
55
+ */
51
56
public void parse (final String data ) {
52
57
assert structureParserContext .getEmitter () != null : "No emitter set" ;
53
58
You can’t perform that action at this time.
0 commit comments