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:
ebanks 2010-11-24 04:33:08 +00:00
parent 816c33c821
commit caf2c21f61
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ public class LeftAlignVariants extends RodWalker<Integer, Integer> {
}
public void onTraversalDone(Integer result) {
writer.close();
System.out.println(result + " variants were aligned");
}