moved Keyspace class from s-c to s-d-c in prep for complete removal

This commit is contained in:
Matthew Adams
2013-12-12 09:45:26 -06:00
parent ccd47543b5
commit 3c04ddf008
2 changed files with 1 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;