diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/org_proj4_PJ.h | 4 |
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 |
