summaryrefslogtreecommitdiff
path: root/src/dbc/scala/dbc/statement/Table.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbc/scala/dbc/statement/Table.scala')
-rw-r--r--src/dbc/scala/dbc/statement/Table.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbc/scala/dbc/statement/Table.scala b/src/dbc/scala/dbc/statement/Table.scala
index 118b1aef28..b88f4c1af8 100644
--- a/src/dbc/scala/dbc/statement/Table.scala
+++ b/src/dbc/scala/dbc/statement/Table.scala
@@ -15,7 +15,7 @@ package statement
/** A reference to a table in the database.
* @author Gilles Dubochet
* @version 1.0 */
-abstract class Table extends Relation {
+@deprecated(DbcIsDeprecated) abstract class Table extends Relation {
/** The name of the table in the database. */
def tableName: String