Commit b207ac92 authored by M. Hagen's avatar M. Hagen Committed by Tim Olshansky
parent 2b55521f
...@@ -3,7 +3,7 @@ package org.gitlab.api.models; ...@@ -3,7 +3,7 @@ package org.gitlab.api.models;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;
public class GitlabBranch { public class GitlabBranch {
public final static String URL = "/repository/branches/"; public final static String URL = "/repository/branches";
@JsonProperty("name") @JsonProperty("name")
private String name; private String name;
......
Markdown is supported
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