diff options
author | Kyle Galloway <kgallowa@redhat.com> | 2006-06-16 18:16:32 +0000 |
---|---|---|
committer | Kyle Galloway <kgallowa@redhat.com> | 2006-06-16 18:16:32 +0000 |
commit | cebd8528ae788d778efe340c521e7a4f1954b806 (patch) | |
tree | da2bd3deb24c8ba6a85565d1810599079a5a9605 /gnu/classpath/jdwp/event/MethodEntryEvent.java | |
parent | 6e3cb55ff69ff06734603f5c7f5d45f069a52db0 (diff) | |
download | classpath-cebd8528ae788d778efe340c521e7a4f1954b806.tar.gz |
2006-06-16 Kyle Galloway <kgallowa@redhat.com>
* gnu/classpath/jdwp/event/ExceptionEvent:
Added Object instance to javadoc in constructor
* gnu/classpath/jdwp/event/MethodEntryEvent:
Ditto.
* gnu/classpath/jdwp/event/MethodExitEvent:
Ditto,
* gnu/classpath/jdwp/event/SingleStepEvent:
Ditto.
Diffstat (limited to 'gnu/classpath/jdwp/event/MethodEntryEvent.java')
-rw-r--r-- | gnu/classpath/jdwp/event/MethodEntryEvent.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/classpath/jdwp/event/MethodEntryEvent.java b/gnu/classpath/jdwp/event/MethodEntryEvent.java index 479e36595..40c0516c7 100644 --- a/gnu/classpath/jdwp/event/MethodEntryEvent.java +++ b/gnu/classpath/jdwp/event/MethodEntryEvent.java @@ -68,6 +68,7 @@ public class MethodEntryEvent * * @param thread the thread where the exception occurred * @param location the location single stepped to + * @param instance instance from which the method was called */ public MethodEntryEvent(Thread thread, Location location, Object instance) { |