Unverified Commit 32f713fb authored by Ganesh Datta's avatar Ganesh Datta Committed by GitHub
Browse files

Fix casing of get/set webUrl in Commit (#558)

parent 4d562c34
...@@ -164,11 +164,11 @@ public class Commit { ...@@ -164,11 +164,11 @@ public class Commit {
this.url = url; this.url = url;
} }
public String getwebUrl() { public String getWebUrl() {
return webUrl; return webUrl;
} }
public void setwebUrl(String webUrl) { public void setWebUrl(String webUrl) {
this.webUrl = webUrl; this.webUrl = webUrl;
} }
......
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