We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e50236 commit 9215abdCopy full SHA for 9215abd
src/main/java/org/gitlab4j/api/models/TreeItem.java
@@ -9,7 +9,7 @@
9
public class TreeItem {
10
11
public enum Type {
12
- TREE, BLOB;
+ TREE, BLOB, COMMIT;
13
14
public String toString() {
15
return (name().toLowerCase());
0 commit comments