summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAaron Luchko <aluchko@redhat.com>2005-08-13 01:12:13 +0000
committerAaron Luchko <aluchko@redhat.com>2005-08-13 01:12:13 +0000
commit29a3d30388e0f469577334c2fc8769aba403abed (patch)
tree712e8b9306eef7e7b905f95c8a1fc65cdaec74ec /ChangeLog
parent3ab9c9b13763c87a24aef86d84c98932467b247d (diff)
downloadclasspath-29a3d30388e0f469577334c2fc8769aba403abed.tar.gz
2005-08-12 Aaron Luchko <aluchko@redhat.com>
* vm/reference/gnu/classpath/jdwp/VMFrame.java(getValue): Fix typo in comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cb91f95b..165aecf7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2005-08-12 Aaron Luchko <aluchko@redhat.com>
+ * vm/reference/gnu/classpath/jdwp/VMFrame.java(getValue):
+ Fix typo in comment.
+
+2005-08-12 Aaron Luchko <aluchko@redhat.com>
* gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
(executeAllThreads): Use enumerate(Thread[]) instead of
enumerate(Thread[], true).