summaryrefslogtreecommitdiff
path: root/gnu/classpath/jdwp/event/MethodExitEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/classpath/jdwp/event/MethodExitEvent.java')
-rw-r--r--gnu/classpath/jdwp/event/MethodExitEvent.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/classpath/jdwp/event/MethodExitEvent.java b/gnu/classpath/jdwp/event/MethodExitEvent.java
index 0dd3566fa..ce03dd264 100644
--- a/gnu/classpath/jdwp/event/MethodExitEvent.java
+++ b/gnu/classpath/jdwp/event/MethodExitEvent.java
@@ -68,6 +68,7 @@ public class MethodExitEvent
*
* @param thread the thread where the exception occurred
* @param location the location single stepped to
+ * @param instance the instance from which the method was called
*/
public MethodExitEvent(Thread thread, Location location, Object instance)
{