Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
9215abdf
Commit
9215abdf
authored
Oct 29, 2017
by
Greg Messner
Browse files
Added 'commit' TreeItem.Type (#88).
parent
1e50236a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/TreeItem.java
View file @
9215abdf
...
...
@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlRootElement;
public
class
TreeItem
{
public
enum
Type
{
TREE
,
BLOB
;
TREE
,
BLOB
,
COMMIT
;
public
String
toString
()
{
return
(
name
().
toLowerCase
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment