diff options
-rw-r--r-- | src/java/com/healthmarketscience/jackcess/Database.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/com/healthmarketscience/jackcess/Database.java b/src/java/com/healthmarketscience/jackcess/Database.java index c45d998..5eb2c40 100644 --- a/src/java/com/healthmarketscience/jackcess/Database.java +++ b/src/java/com/healthmarketscience/jackcess/Database.java @@ -989,7 +989,7 @@ public class Database } /** - * @returns the tableInfo of the given table, if any + * @return the tableInfo of the given table, if any */ private TableInfo lookupTable(String tableName) { return _tableLookup.get(toLookupTableName(tableName)); |