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