Minor cleanups
This commit is contained in:
parent
2fd73691c2
commit
11476127f0
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,9 @@ public enum OutputFormat {
|
|||
|
||||
public final String label;
|
||||
|
||||
/**
|
||||
* Sets the label of this output format.
|
||||
*/
|
||||
OutputFormat(String label) {
|
||||
this.label = label;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue