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
870cf651
Commit
870cf651
authored
Nov 08, 2019
by
Greg Messner
Browse files
Cleaned-up formatting.
parent
ecd30570
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Commit.java
View file @
870cf651
...
@@ -163,9 +163,13 @@ public class Commit {
...
@@ -163,9 +163,13 @@ public class Commit {
this
.
url
=
url
;
this
.
url
=
url
;
}
}
public
Pipeline
getLastPipeline
()
{
return
lastPipeline
;
}
public
Pipeline
getLastPipeline
()
{
return
lastPipeline
;
}
public
void
setLastPipeline
(
Pipeline
lastPipeline
)
{
this
.
lastPipeline
=
lastPipeline
;
}
public
void
setLastPipeline
(
Pipeline
lastPipeline
)
{
this
.
lastPipeline
=
lastPipeline
;
}
public
Commit
withAuthor
(
Author
author
)
{
public
Commit
withAuthor
(
Author
author
)
{
this
.
author
=
author
;
this
.
author
=
author
;
...
...
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