VersionedAccountDestinations: Remove unused createSink(String) method

Change-Id: I914c263e2f2855c6278887d23a6c582d6ee7b8ef
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2018-05-16 15:20:16 +02:00
committed by David Pursehouse
parent b492df1f56
commit 45b4c87a7c

View File

@@ -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");