Merge branch 'stable-2.15'

* stable-2.15:
  ChangeQueryBuilder: Remove unused Config parameter from constructor
  Release 2.15-rc3
  Schema_159: Don't set closed changes as WIP/private
  Change default of migrating draft changes to WIP, not private
  Remove handling of change.allowDrafts
  Remove documentation on change.allowDrafts

Change-Id: I841e44ca792371d89b5f646df8f69739ec1284be
This commit is contained in:
David Pursehouse
2018-02-22 10:02:19 +09:00
9 changed files with 18 additions and 39 deletions

View File

@@ -17,7 +17,6 @@ package com.google.gerrit.extensions.common;
public class ChangeConfigInfo {
public Boolean allowBlame;
public Boolean showAssigneeInChangesTable;
public Boolean allowDrafts;
public Boolean disablePrivateChanges;
public int largeChange;
public String replyLabel;