diff options
Diffstat (limited to 'gnu/classpath/jdwp/processor/FieldCommandSet.java')
| -rw-r--r-- | gnu/classpath/jdwp/processor/FieldCommandSet.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/classpath/jdwp/processor/FieldCommandSet.java b/gnu/classpath/jdwp/processor/FieldCommandSet.java index 090770038..d7bb64878 100644 --- a/gnu/classpath/jdwp/processor/FieldCommandSet.java +++ b/gnu/classpath/jdwp/processor/FieldCommandSet.java @@ -46,7 +46,7 @@ import java.nio.ByteBuffer; /** * A class representing the Field Command Set. - * + * * @author Aaron Luchko <aluchko@redhat.com> */ public class FieldCommandSet @@ -55,7 +55,7 @@ public class FieldCommandSet /** * 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) |
