Doc correction.

This commit is contained in:
Ray J. Greenwell
2015-07-07 16:26:16 -07:00
parent 4fc541608c
commit 38dee9bf09
@@ -186,7 +186,7 @@ public abstract class SchemaMigration extends Modifier
}
/**
* A convenient migration for dropping a column from an entity.
* A convenient migration for dropping an index from an entity.
*/
public static class DropIndex extends SchemaMigration
{