summaryrefslogtreecommitdiff
path: root/gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java')
-rw-r--r--gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java b/gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java
index 5b29182ec..74e2f4c4d 100644
--- a/gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java
+++ b/gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java
@@ -47,7 +47,7 @@ import java.nio.ByteBuffer;
/**
* A class representing the InterfaceType Command Set.
- *
+ *
* @author Aaron Luchko <aluchko@redhat.com>
*/
public class InterfaceTypeCommandSet
@@ -56,7 +56,7 @@ public class InterfaceTypeCommandSet
/**
* There are no commands for this CommandSet at this time so we just throw a
* NotImplementedException whenever it's called.
- *
+ *
* @throws JdwpException An exception will always be thrown
*/
public boolean runCommand(ByteBuffer bb, DataOutputStream os, byte command)