Skip to content
Snippets Groups Projects
Commit 8cb3b104 authored by Johannes Mey's avatar Johannes Mey
Browse files

tabs to spaces

parent 63fedff9
No related branches found
No related tags found
1 merge request!1Mquat2
...@@ -4,6 +4,7 @@ abstract public class Option<ValueType> implements Comparable<Option<?>> { ...@@ -4,6 +4,7 @@ abstract public class Option<ValueType> implements Comparable<Option<?>> {
public final static String PREFIX = "--"; public final static String PREFIX = "--";
private final String name; private final String name;
private final String description; private final String description;
public Option(String name, String description) { public Option(String name, String description) {
this.name = name; this.name = name;
this.description = description; this.description = description;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment