No effective change - remove use of jetbrains @NotNull in tests

This commit is contained in:
Rob Bygrave
2017-11-02 15:26:35 +13:00
parent da818f17c2
commit f36499f71f
23 changed files with 1 additions and 56 deletions
@@ -11,7 +11,6 @@ import io.ebeaninternal.server.deploy.meta.DeployTableJoin;
import io.ebeaninternal.server.deploy.meta.DeployTableJoinColumn;
import io.ebeaninternal.server.expression.BaseExpressionTest;
import org.tests.model.basic.Customer;
import org.jetbrains.annotations.NotNull;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
@@ -73,7 +72,6 @@ public class OrmQueryPlanKeyTest extends BaseExpressionTest {
assertSame(key1, key2);
}
@NotNull
private TableJoin tableJoin(String table, String col1, String col2) {
DeployTableJoin deploy = new DeployTableJoin();
deploy.setTable(table);