summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/util/TableDef.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/util/TableDef.scala')
-rw-r--r--src/compiler/scala/tools/nsc/util/TableDef.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/util/TableDef.scala b/src/compiler/scala/tools/nsc/util/TableDef.scala
index b18eaaa400..10c63eeee2 100644
--- a/src/compiler/scala/tools/nsc/util/TableDef.scala
+++ b/src/compiler/scala/tools/nsc/util/TableDef.scala
@@ -4,7 +4,7 @@ package util
import TableDef._
/** A class for representing tabular data in a way that preserves
- * its inner beauty. See JavaStackFrame for an example usage.
+ * its inner beauty. See Exceptional for an example usage.
* One creates an instance of TableDef by defining the columns of
* the table, then uses that to create an instance of Table by
* passing in a sequence of rows.