summaryrefslogtreecommitdiff
path: root/gnu/classpath/jdwp/event/filters/StepFilter.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/classpath/jdwp/event/filters/StepFilter.java')
-rw-r--r--gnu/classpath/jdwp/event/filters/StepFilter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/classpath/jdwp/event/filters/StepFilter.java b/gnu/classpath/jdwp/event/filters/StepFilter.java
index fd412716c..b620b7953 100644
--- a/gnu/classpath/jdwp/event/filters/StepFilter.java
+++ b/gnu/classpath/jdwp/event/filters/StepFilter.java
@@ -51,9 +51,9 @@ import gnu.classpath.jdwp.id.ThreadId;
* This "filter" is not really a filter. It is simply a way to communicate
* stepping information in a convenient way between the JDWP backend and
* the virtual machine.
- *
+ *
* Consequently, this "filter" always matches.
- *
+ *
* @author Keith Seitz (keiths@redhat.com)
*/
public class StepFilter