changed package name

This commit is contained in:
Thomas Risberg
2010-11-17 17:36:42 -05:00
parent ef881fec74
commit b750d48df4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package org.springframework.datastore.annotation;
package org.springframework.data.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;

View File

@@ -1,4 +1,4 @@
package org.springframework.datastore.serialization;
package org.springframework.data.serialization;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;