Renamed the packages

This commit is contained in:
Rachel Walker
2012-12-06 11:49:14 -08:00
parent dcb8989513
commit e56640f0db
8 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
package com.raychatter.common.annotation;
package com.github.raychatter;
import org.springframework.core.io.ClassPathResource;
import org.springframework.http.HttpStatus;

View File

@@ -1,4 +1,4 @@
package com.raychatter.common.annotation;
package com.github.raychatter;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;

View File

@@ -1,4 +1,4 @@
package com.raychatter.common.annotation;
package com.github.raychatter;
import junit.framework.Assert;
import org.junit.Test;