Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed May 19, 2024
1 parent 10091a0 commit b50ac5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
import org.slf4j.LoggerFactory;

/**
* Reads {@link SourceFeature SourceFeatures} from a single <a
* href="https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md>geoparquet</a> file.
* Reads {@link SourceFeature SourceFeatures} from a single
* <a href="https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md">geoparquet</a> file.
*/
public class ParquetInputFile {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import org.slf4j.LoggerFactory;

/**
* Reads {@link SourceFeature SourceFeatures} from one or more <a
* href="https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md>geoparquet</a> files.
* Reads {@link SourceFeature SourceFeatures} from one or more
* <a href="https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md">geoparquet</a> files.
* <p>
* If files don't contain geoparquet metadata then try to get geometry from "geometry" "wkb_geometry" or "wkt_geometry"
* fields.
Expand Down

0 comments on commit b50ac5d

Please sign in to comment.