Esri/geometry-api-java

DirtyFlags duplicate?

paulushub opened this issue · 2 comments

It seems this interface of constants is defined twice:
com.esri.core.geometry.DirtyFlags and
com.esri.core.geometry.MultiVertexGeometryImpl.DirtyFlags

The only difference being the capitalization of the first character of the constant names: DirtyIsKnownSimple vs dirtyIsKnownSimple.

@paulushub Thank you, I've removed the duplicate.

Thank you.