Skip to content

Commit

Permalink
HHH-10715 The GeometryFactory field in Spatial's EnvelopeAdapter need…
Browse files Browse the repository at this point in the history
…s synchronization
  • Loading branch information
Sanne committed Oct 25, 2020
1 parent ad6584f commit 5bc23aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
*/
public class EnvelopeAdapter {

private static GeometryFactory geomFactory = new GeometryFactory();
private static volatile GeometryFactory geomFactory = new GeometryFactory();

private EnvelopeAdapter() {
}
Expand Down

0 comments on commit 5bc23aa

Please sign in to comment.