moved Keyspace class from s-c to s-d-c in prep for complete removal
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.cassandra.core;
|
||||
package org.springframework.data.cassandra.core;
|
||||
|
||||
import com.datastax.driver.core.Session;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package org.springframework.data.cassandra.core;
|
||||
|
||||
import org.springframework.cassandra.core.Keyspace;
|
||||
import org.springframework.data.cassandra.convert.CassandraConverter;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user