Skip to content

Commit a4d7efb

Browse files
committed
OGCGeometryCollection has to be public
1 parent 08e517d commit a4d7efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/esri/core/geometry/ogc/OGCGeometryCollection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.esri.core.geometry.ogc;
22

3-
abstract class OGCGeometryCollection extends OGCGeometry {
3+
public abstract class OGCGeometryCollection extends OGCGeometry {
44
/**
55
* Returns the number of geometries in this GeometryCollection.
66
*/

0 commit comments

Comments
 (0)