]> source.dussan.org Git - jackcess.git/commitdiff
fix doc issue #2035207
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 1 Aug 2008 22:12:56 +0000 (22:12 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 1 Aug 2008 22:12:56 +0000 (22:12 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@371 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/Database.java

index c45d99823aa105f38d8f27570e98ba4a59cbe7ed..5eb2c403fcbb5e9c8d5fa082e2db2335658662a0 100644 (file)
@@ -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));