Remove UpdateUI#pruneSchema method
Change-Id: Ibb5d3e74463bd72279bff6f0b104e97f1cc80194
This commit is contained in:
		| @@ -14,9 +14,6 @@ | ||||
|  | ||||
| package com.google.gerrit.server.schema; | ||||
|  | ||||
| import com.google.gwtorm.server.OrmException; | ||||
| import com.google.gwtorm.server.StatementExecutor; | ||||
| import java.util.List; | ||||
| import java.util.Set; | ||||
|  | ||||
| public interface UpdateUI { | ||||
| @@ -37,6 +34,4 @@ public interface UpdateUI { | ||||
|   String readString(String defaultValue, Set<String> allowedValues, String message); | ||||
|  | ||||
|   boolean isBatch(); | ||||
|  | ||||
|   void pruneSchema(StatementExecutor e, List<String> pruneList) throws OrmException; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dave Borowitz
					Dave Borowitz