No effective change - tidy javadoc

This commit is contained in:
rob bygrave
2020-10-16 00:53:55 +13:00
parent 064b3ceaa4
commit ee73fd47d5
2 changed files with 2 additions and 2 deletions
@@ -562,7 +562,7 @@ public class PlatformDdl {
/**
* Return true if unique constraints for nullable columns can be inlined as normal.
* Returns false for MsSqlServer & DB2 due to it's not possible to to put a constraint
* Returns false for MsSqlServer and DB2 due to it's not possible to to put a constraint
* on a nullable column
*/
public boolean isInlineUniqueWhenNullable() {
@@ -10,7 +10,7 @@ import io.ebeaninternal.dbmigration.model.MTable;
import java.io.IOException;
/**
* @author Vilmos Nagy <vilmos.nagy@outlook.com>
* @author Vilmos Nagy
*/
public class SqlServerHistoryDdl implements PlatformHistoryDdl {