Skip to content

Commit

Permalink
Update for a change in SIS internal API.
Browse files Browse the repository at this point in the history
  • Loading branch information
desruisseaux committed Jul 23, 2024
1 parent c82ff50 commit f23fbb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
import org.apache.sis.geometry.Envelopes;
import org.apache.sis.geometry.wrapper.Geometries;
import org.apache.sis.geometry.wrapper.GeometryWrapper;
import org.apache.sis.metadata.internal.RecordSchemaSIS;
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;
import org.apache.sis.measure.Units;
import org.apache.sis.metadata.ModifiableMetadata;
import org.apache.sis.metadata.iso.DefaultIdentifier;
Expand Down

0 comments on commit f23fbb1

Please sign in to comment.