summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-10-15 11:56:35 +0100
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-10-15 11:56:35 +0100
commitdb494a9e7dc40d439a772fc4f10a2392837b9cf4 (patch)
treed49161a887ac3d4f420c0cdc9d13cf05746f4cdb
parent8d87ed414fa96e1c06a4d697ec83e89681dfb34c (diff)
downloadclasspath-db494a9e7dc40d439a772fc4f10a2392837b9cf4.tar.gz
Fix broken ChangeLog entry.
Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 297b062f0..f78f39328 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,8 +33,8 @@
* native/jni/java-util/java_util_VMTimeZone.c:
Include jcl.h file.
- (Java_java_util_VMTimeZone_getSystemTimeZoneId): Throw
- OutOfMemoryException in case of malloc() failure.
+ (Java_java_util_VMTimeZone_getSystemTimeZoneId(JNIEnv*,jclass)):
+ Throw OutOfMemoryException in case of malloc() failure.
2012-06-10 Ivan Maidanski <ivmai@mail.ru>