Simple interface improvements
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@717 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
8e9e2f4502
commit
0f8e6061b6
|
|
@ -39,6 +39,12 @@ public class TabularROD extends BasicReferenceOrderedDatum implements Map<String
|
||||||
attributes = new HashMap<String, String>();
|
attributes = new HashMap<String, String>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public TabularROD(final String name, ArrayList<String> header) {
|
||||||
|
super(name);
|
||||||
|
attributes = new HashMap<String, String>();
|
||||||
|
this.header = header;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Walks through the source files looking for the header line, which it returns as a
|
* Walks through the source files looking for the header line, which it returns as a
|
||||||
* list of strings.
|
* list of strings.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue