diff options
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) { |
