From a80d595cce62bbca2804976988cb7483a45bc523 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Sat, 1 Jun 2019 16:22:39 +1200 Subject: Update website: proj4.org -> proj.org --- jniwrap/build.xml | 2 +- jniwrap/org.osgeo.proj/org/proj4/PJ.java | 2 +- jniwrap/org.osgeo.proj/org/proj4/package-info.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'jniwrap') diff --git a/jniwrap/build.xml b/jniwrap/build.xml index 20c7523c..11aef091 100644 --- a/jniwrap/build.xml +++ b/jniwrap/build.xml @@ -36,7 +36,7 @@ - + diff --git a/jniwrap/org.osgeo.proj/org/proj4/PJ.java b/jniwrap/org.osgeo.proj/org/proj4/PJ.java index d8facf76..e33c9aae 100644 --- a/jniwrap/org.osgeo.proj/org/proj4/PJ.java +++ b/jniwrap/org.osgeo.proj/org/proj4/PJ.java @@ -32,7 +32,7 @@ import java.lang.annotation.Native; /** - * Wraps the PROJ {@code PJ} native data structure. + * Wraps the PROJ {@code PJ} native data structure. * Almost every methods defined in this class are native methods delegating the work to the PROJ library. * This class is the only place where such native methods are defined. * diff --git a/jniwrap/org.osgeo.proj/org/proj4/package-info.java b/jniwrap/org.osgeo.proj/org/proj4/package-info.java index 1dda16a3..dc38e762 100644 --- a/jniwrap/org.osgeo.proj/org/proj4/package-info.java +++ b/jniwrap/org.osgeo.proj/org/proj4/package-info.java @@ -27,7 +27,7 @@ */ /** - * Wrappers for the PROJ library. + * Wrappers for the PROJ library. * The {@link org.proj4.PJ} class contains only native methods delegating their work to the PROJ library. * For higher-level methods making use of those native methods, see for example the * GeoAPI bindings for PROJ. -- cgit v1.2.3