summaryrefslogtreecommitdiff
path: root/gnu/classpath/jdwp/util/LineTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/classpath/jdwp/util/LineTable.java')
-rw-r--r--gnu/classpath/jdwp/util/LineTable.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/classpath/jdwp/util/LineTable.java b/gnu/classpath/jdwp/util/LineTable.java
index 7078b17db..2307fa27e 100644
--- a/gnu/classpath/jdwp/util/LineTable.java
+++ b/gnu/classpath/jdwp/util/LineTable.java
@@ -44,7 +44,7 @@ import java.io.IOException;
/**
* A class representing a Line Table for a method.
- *
+ *
* @author Aaron Luchko <aluchko@redhat.com>
*/
public class LineTable
@@ -57,7 +57,7 @@ public class LineTable
/**
* Construct a line table with the given parameters.
- *
+ *
* @param start lowest code index for method, -1 if native
* @param end highest code index for method, -1 if native
* @param lineNum line numbers for in line tables
@@ -73,10 +73,10 @@ public class LineTable
this.lineNum = lineNum;
this.lineCI = lineCI;
}
-
+
/**
* Writes this line table to the given DataOutputStream.
- *
+ *
* @param os the stream to write it to
* @throws IOException
*/