Merge "Issue #772 synchronize sat getImages with paint and dispose to avoid errors when disposing while mosaicing." into development

Former-commit-id: 8b3819cf44 [formerly 6e91bbe07a17896a59969671ddc414d8f9029a9f]
Former-commit-id: 334ba86ef4
This commit is contained in:
Nate Jensen 2012-07-19 13:37:51 -05:00 committed by Gerrit Code Review
commit 534ced49d0

View file

@ -299,7 +299,7 @@ public class SatFileBasedTileSet extends FileBasedTileSet {
}
public List<DrawableImage> getImages(IGraphicsTarget target,
public synchronized List<DrawableImage> getImages(IGraphicsTarget target,
PaintProperties paintProps) throws VizException {
return do2D(target, paintProps);
}