Removed flush() method from VCFWriter interface
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4545 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
3566ad2146
commit
1ea43be976
|
|
@ -95,10 +95,6 @@ public class VCFWriterStorage implements Storage<VCFWriterStorage>, VCFWriter {
|
|||
writer.close();
|
||||
}
|
||||
|
||||
public void flush() {
|
||||
writer.flush();
|
||||
}
|
||||
|
||||
/**
|
||||
* Merges the stream backing up this temporary storage into the target.
|
||||
* @param target Target stream for the temporary storage. May not be null.
|
||||
|
|
|
|||
|
|
@ -184,10 +184,6 @@ public class VCFWriterStub implements Stub<VCFWriter>, VCFWriter {
|
|||
outputTracker.getStorage(this).close();
|
||||
}
|
||||
|
||||
public void flush() {
|
||||
outputTracker.getStorage(this).flush();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a string representation of this object.
|
||||
* @return
|
||||
|
|
|
|||
Loading…
Reference in New Issue