Commit 3c6097b1 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Minor comment change.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10165 b35dd754-fafc-0310-a699-88a17e54d16e
parent 70a8be89
......@@ -64,7 +64,7 @@ public class SchemaManager {
* or updated successfully.
*/
public boolean checkOpenfireSchema(Connection con) {
// Change 'wildfire' to 'openfire' in ofVersion table (update to new name)
// Change 'wildfire' to 'openfire' in jiveVersion table (update to new name)
updateToOpenfire(con);
try {
return checkSchema(con, "openfire", DATABASE_VERSION,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment