summaryrefslogtreecommitdiff
path: root/src/dbc/scala/dbc/exception/IncompatibleSchema.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbc/scala/dbc/exception/IncompatibleSchema.scala')
-rw-r--r--src/dbc/scala/dbc/exception/IncompatibleSchema.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dbc/scala/dbc/exception/IncompatibleSchema.scala b/src/dbc/scala/dbc/exception/IncompatibleSchema.scala
index bb566ff6f2..8e167b2699 100644
--- a/src/dbc/scala/dbc/exception/IncompatibleSchema.scala
+++ b/src/dbc/scala/dbc/exception/IncompatibleSchema.scala
@@ -6,7 +6,7 @@
** |/ **
\* */
-// $Id$
+// $Id:IncompatibleSchema.scala 6853 2006-03-20 16:58:47 +0100 (Mon, 20 Mar 2006) dubochet $
package scala.dbc.exception;
@@ -14,6 +14,6 @@ package scala.dbc.exception;
/** A type category for all SQL types that store constant-precision numbers. */
case class IncompatibleSchema (
- expectedSchema: List[DataType],
- foundSchema: List[DataType]
+ expectedSchema: List[DataType],
+ foundSchema: List[DataType]
) extends Exception;