From 7094a4d9b6180c6c7b9772e314b539e498a362b7 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Fri, 1 Aug 2008 22:12:56 +0000 Subject: [PATCH] fix doc issue #2035207 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5