METAGEN-62 Package renaming

This commit is contained in:
Hardy Ferentschik 2012-01-17 11:43:17 +01:00 committed by Strong Liu
parent e67bd078f2
commit eb4521b1e9
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.hibernate.jpamodelgen.test.onetomanysorted;
package org.hibernate.jpamodelgen.test.sortedcollection;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.hibernate.jpamodelgen.test.onetomanysorted;
package org.hibernate.jpamodelgen.test.sortedcollection;
import java.util.SortedMap;
import java.util.SortedSet;

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.hibernate.jpamodelgen.test.onetomanysorted;
package org.hibernate.jpamodelgen.test.sortedcollection;
import org.testng.annotations.Test;