File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
integration-tests/src/test/java/com/datastax/oss/driver/core/metadata Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 31
31
import com .datastax .oss .driver .api .core .type .DataTypes ;
32
32
import com .datastax .oss .driver .api .testinfra .ccm .CcmBridge ;
33
33
import com .datastax .oss .driver .api .testinfra .ccm .CustomCcmRule ;
34
- import com .datastax .oss .driver .api .testinfra .ccm .CustomCcmRule .Builder ;
35
34
import com .datastax .oss .driver .api .testinfra .session .SessionRule ;
36
35
import com .datastax .oss .driver .api .testinfra .session .SessionUtils ;
37
36
import com .google .common .collect .ImmutableList ;
52
51
public class SchemaChangesIT {
53
52
54
53
static {
55
- Builder builder = CustomCcmRule .builder ();
54
+ CustomCcmRule . Builder builder = CustomCcmRule .builder ();
56
55
if (!CcmBridge .DSE_ENABLEMENT
57
56
&& CcmBridge .VERSION .nextStable ().compareTo (Version .V4_0_0 ) >= 0 ) {
58
57
builder .withCassandraConfiguration ("enable_materialized_views" , true );
You can’t perform that action at this time.
0 commit comments