From 8d26bb7e1130d5d44777087324c34635eb1f2a0a Mon Sep 17 00:00:00 2001 From: Martin Desruisseaux Date: Thu, 1 Sep 2011 17:25:48 +0000 Subject: 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 --- src/org_proj4_PJ.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3