We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cd231 commit 297c0ecCopy full SHA for 297c0ec
gitlab4j-models/src/main/java/org/gitlab4j/api/models/MergeRequestParams.java
@@ -244,7 +244,6 @@ public GitLabForm getForm(boolean isCreate) {
244
String titleToUse = title;
245
if (Boolean.TRUE.equals(draft)) {
246
titleToUse = "Draft: " + (title != null ? title : "");
247
- // titleToUse = "Draft: " + title;
248
}
249
250
GitLabForm form = new GitLabForm()
0 commit comments