VersionedAccountDestinations: Remove unused createSink(String) method
Change-Id: I914c263e2f2855c6278887d23a6c582d6ee7b8ef Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
committed by
David Pursehouse
parent
b492df1f56
commit
45b4c87a7c
@@ -69,10 +69,6 @@ public class VersionedAccountDestinations extends VersionedMetaData {
|
||||
}
|
||||
}
|
||||
|
||||
public ValidationError.Sink createSink(String file) {
|
||||
return ValidationError.createLoggerSink(file, log);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean onSave(CommitBuilder commit) throws IOException, ConfigInvalidException {
|
||||
throw new UnsupportedOperationException("Cannot yet save destinations");
|
||||
|
||||
Reference in New Issue
Block a user