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
32f713fb
Unverified
Commit
32f713fb
authored
Apr 29, 2020
by
Ganesh Datta
Committed by
GitHub
Apr 29, 2020
Browse files
Fix casing of get/set webUrl in Commit (#558)
parent
4d562c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Commit.java
View file @
32f713fb
...
...
@@ -164,11 +164,11 @@ public class Commit {
this
.
url
=
url
;
}
public
String
get
w
ebUrl
()
{
public
String
get
W
ebUrl
()
{
return
webUrl
;
}
public
void
set
w
ebUrl
(
String
webUrl
)
{
public
void
set
W
ebUrl
(
String
webUrl
)
{
this
.
webUrl
=
webUrl
;
}
...
...
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