Skip to content

Commit

Permalink
TRUNK-5685: In BaseContextSenstiveTest, make dropNotNullConstraint me…
Browse files Browse the repository at this point in the history
…thod protected
  • Loading branch information
mogoodrich committed Nov 19, 2019
1 parent 8b04b19 commit df9d961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ public void setAutoIncrementOnTablesWithNativeIfNotAssignedIdentityGenerator() t
* @param tableName the table that contains the column
* @throws SQLException
*/
public void dropNotNullConstraint(String tableName, String columnName) throws SQLException {
protected void dropNotNullConstraint(String tableName, String columnName) throws SQLException {
if (!useInMemoryDatabase()) {
throw new RuntimeException("Altering column nullability is not supported for a non in-memory database");
}
Expand Down

0 comments on commit df9d961

Please sign in to comment.