Change package name in sample

This commit is contained in:
Dave Syer 2014-01-22 09:34:56 +00:00
parent 765bfbd086
commit d23dab3bd0
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package sample.ops.ui;
package sample.ui.secure;
import java.util.Date;
import java.util.Map;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package sample.ops.ui;
package sample.ui.secure;
import java.io.IOException;
import java.util.Arrays;
@ -38,6 +38,7 @@ import org.springframework.http.client.ClientHttpResponse;
import org.springframework.web.client.DefaultResponseErrorHandler;
import org.springframework.web.client.RestTemplate;
import sample.ui.secure.SampleSecureApplication;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;