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

Former-commit-id: 91d30f72f8 [formerly 534ced49d0] [formerly 334ba86ef4] [formerly 91d30f72f8 [formerly 534ced49d0] [formerly 334ba86ef4] [formerly 8b3819cf44 [formerly 334ba86ef4 [formerly 6e91bbe07a17896a59969671ddc414d8f9029a9f]]]]
Former-commit-id: 8b3819cf44
Former-commit-id: 698674f9db [formerly 6918152c4c] [formerly 2891b398e45544537dc9e18599bb71040c5e8599 [formerly ad3952fc07]]
Former-commit-id: c57ec3b3f48839800fb5202c716491c88f54512d [formerly fd432403ff]
Former-commit-id: 6c13292707
This commit is contained in:
Nate Jensen 2012-07-19 13:37:51 -05:00 committed by Gerrit Code Review
commit d215f13c60

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 { PaintProperties paintProps) throws VizException {
return do2D(target, paintProps); return do2D(target, paintProps);
} }