commit | 4df04637866739b960123adb21c446ffd2dd3b0e | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Nov 18 18:34:52 2014 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Nov 18 20:56:55 2014 +0900 |
tree | 1a83a13e8b216d90c424ccccf6b673a6aea8e46d | |
parent | 5549f715a636a1e8b8080fb249e295e2a77d4eb2 [diff] |
Correct JavaDoc for renameColumn method Change-Id: I0c6635792d33cf7c75ca51cd6e9ad90ef8dda2f8
diff --git a/src/main/java/com/google/gwtorm/schema/sql/SqlDialect.java b/src/main/java/com/google/gwtorm/schema/sql/SqlDialect.java index fdfe6c8..458d4f9 100644 --- a/src/main/java/com/google/gwtorm/schema/sql/SqlDialect.java +++ b/src/main/java/com/google/gwtorm/schema/sql/SqlDialect.java
@@ -369,7 +369,7 @@ * Rename an existing column in a table. * * @param e statement to use to execute the SQL command(s). - * @param tableName table to add the column onto. + * @param tableName table to rename the column in. * @param fromColumn source column name * @param col destination column definition * @throws OrmException the column could not be renamed.