Must close the writer to flush the cache
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4726 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
816c33c821
commit
caf2c21f61
|
|
@ -90,6 +90,7 @@ public class LeftAlignVariants extends RodWalker<Integer, Integer> {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onTraversalDone(Integer result) {
|
public void onTraversalDone(Integer result) {
|
||||||
|
writer.close();
|
||||||
System.out.println(result + " variants were aligned");
|
System.out.println(result + " variants were aligned");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue