diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-08-01 22:12:56 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-08-01 22:12:56 +0000 |
commit | 7094a4d9b6180c6c7b9772e314b539e498a362b7 (patch) | |
tree | 093846a2697642ec58622900ea3cef48e32c3ed8 | |
parent | 0efaebd8b1aa5ddb6ba00b8261e9d42445ea4ace (diff) | |
download | jackcess-7094a4d9b6180c6c7b9772e314b539e498a362b7.tar.gz jackcess-7094a4d9b6180c6c7b9772e314b539e498a362b7.zip |
fix doc issue #2035207
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@371 f203690c-595d-4dc9-a70b-905162fa7fd2
-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)); |