Commit 9215abdf authored by Greg Messner's avatar Greg Messner
Browse files

Added 'commit' TreeItem.Type (#88).

parent 1e50236a
...@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlRootElement; ...@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlRootElement;
public class TreeItem { public class TreeItem {
public enum Type { public enum Type {
TREE, BLOB; TREE, BLOB, COMMIT;
public String toString() { public String toString() {
return (name().toLowerCase()); return (name().toLowerCase());
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment