aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Desruisseaux <martin.desruisseaux@geomatys.fr>2011-09-01 17:25:48 +0000
committerMartin Desruisseaux <martin.desruisseaux@geomatys.fr>2011-09-01 17:25:48 +0000
commit8d26bb7e1130d5d44777087324c34635eb1f2a0a (patch)
tree8db496911b235bccb4c92c07f1ec8c72db6f6c29 /src
parentbcada9c0400f2c18c999b2e1e5bda824942e89f2 (diff)
downloadPROJ-8d26bb7e1130d5d44777087324c34635eb1f2a0a.tar.gz
PROJ-8d26bb7e1130d5d44777087324c34635eb1f2a0a.zip
Updated the Ant build file for JNI bindings, the jniwrap/README and the ChangeLog.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2094 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
-rw-r--r--src/org_proj4_PJ.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org_proj4_PJ.h b/src/org_proj4_PJ.h
index ed0b8d0e..7e690e7a 100644
--- a/src/org_proj4_PJ.h
+++ b/src/org_proj4_PJ.h
@@ -44,7 +44,7 @@ JNIEXPORT jstring JNICALL Java_org_proj4_PJ_getDefinition
/*
* Class: org_proj4_PJ
* Method: getType
- * Signature: ()Lorg/proj4/PJ/Type;
+ * Signature: ()Lorg/proj4/PJ$Type;
*/
JNIEXPORT jobject JNICALL Java_org_proj4_PJ_getType
(JNIEnv *, jobject);
@@ -67,7 +67,7 @@ JNIEXPORT jdouble JNICALL Java_org_proj4_PJ_getSemiMinorAxis
/*
* Class: org_proj4_PJ
- * Method: getEccentricity
+ * Method: getEccentricitySquared
* Signature: ()D
*/
JNIEXPORT jdouble JNICALL Java_org_proj4_PJ_getEccentricitySquared