Refactor package name to conform to standard

This commit is contained in:
David Morley
2016-02-18 07:21:46 -06:00
parent a44e7bc606
commit e58f0b0e43
5 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
package org.baeldung.jsonpath.introduction;
package com.baeldung.jsonpath.introduction;
import static org.junit.Assert.*;
@@ -1,4 +1,4 @@
package org.baeldung.jsonpath.introduction;
package com.baeldung.jsonpath.introduction;
import static org.junit.Assert.*;
@@ -1,4 +1,4 @@
package org.baeldung.jsonpath.introduction;
package com.baeldung.jsonpath.introduction;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
@@ -1,4 +1,4 @@
package org.baeldung.jsonpath.introduction;
package com.baeldung.jsonpath.introduction;
import static org.junit.Assert.*;