We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82ff50 commit f23fbb1Copy full SHA for f23fbb1
geotk-observation-store/src/main/java/org/geotoolkit/observation/OMUtils.java
@@ -35,8 +35,8 @@
35
import org.apache.sis.geometry.Envelopes;
36
import org.apache.sis.geometry.wrapper.Geometries;
37
import org.apache.sis.geometry.wrapper.GeometryWrapper;
38
-import org.apache.sis.metadata.internal.RecordSchemaSIS;
39
-import static org.apache.sis.metadata.internal.RecordSchemaSIS.INSTANCE;
+import org.apache.sis.metadata.privy.RecordSchemaSIS;
+import static org.apache.sis.metadata.privy.RecordSchemaSIS.INSTANCE;
40
import org.apache.sis.measure.Units;
41
import org.apache.sis.metadata.ModifiableMetadata;
42
import org.apache.sis.metadata.iso.DefaultIdentifier;
0 commit comments