8000 moved exception from sdc to sc · forumjava/spring-data-cassandra@572238b · GitHub
[go: up one dir, main page]

Skip to content

Commit 572238b

Browse files
committed
moved exception from sdc to sc
1 parent 196567c commit 572238b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.springframework.data.cassandra.exception;
1+
package org.springframework.cassandra.support.exception;
22

33
import org.springframework.dao.InvalidDataAccessApiUsageException;
44

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/mapping/BasicCassandraPersistentEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
package org.springframework.data.cassandra.mapping;
1717

1818
import org.springframework.beans.BeansException;
19+
import org.springframework.cassandra.support.exception.UnsupportedCassandraOperationException;
1920
import org.springframework.context.ApplicationContext;
2021
import org.springframework.context.ApplicationContextAware;
2122
import org.springframework.context.expression.BeanFactoryAccessor;
2223
import org.springframework.context.expression.BeanFactoryResolver;
23-
import org.springframework.data.cassandra.exception.UnsupportedCassandraOperationException;
2424
import org.springframework.data.cassandra.util.CassandraNamingUtils;
2525
import org.springframework.data.mapping.Association;
2626
import org.springframework.data.mapping.AssociationHandler;

0 commit comments

Comments
 (0)
0