summaryrefslogtreecommitdiff
path: root/gnu/classpath/jdwp/util/JdwpString.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/classpath/jdwp/util/JdwpString.java')
-rw-r--r--gnu/classpath/jdwp/util/JdwpString.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/classpath/jdwp/util/JdwpString.java b/gnu/classpath/jdwp/util/JdwpString.java
index e94700fe1..eca7060fd 100644
--- a/gnu/classpath/jdwp/util/JdwpString.java
+++ b/gnu/classpath/jdwp/util/JdwpString.java
@@ -1,13 +1,13 @@
/* JdwpString.java -- utility class to read and write jdwp strings
Copyright (C) 2005 Free Software Foundation
-
+
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -46,7 +46,7 @@ import java.nio.ByteBuffer;
/**
* A class to compute the JDWP representation of Strings.
- *
+ *
* @author Aaron Luchko <aluchko@redhat.com>
*/
public class JdwpString
@@ -54,7 +54,7 @@ public class JdwpString
/**
* Write this String to the outStream as a string understood by jdwp.
- *
+ *
* @param os write the String here
* @param string the String to write
* @throws IOException
@@ -70,7 +70,7 @@ public class JdwpString
/**
* Read a jdwp style string from the ByteBuffer.
- *
+ *
* @param bb contains the string
* @return the String that was read
* @throws JdwpInternalErrorException bb didn't contain a value UTF-8 string