#115 - Harmonized package names.

We now consistently use example.springdata.$store as base package name.
This commit is contained in:
Oliver Gierke
2015-07-16 09:02:24 +02:00
parent 50cb4b9bba
commit bca4e65e4f
94 changed files with 388 additions and 302 deletions

View File

@@ -13,11 +13,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package example.people;
package example.springdata.mongodb.security;
import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*;
import example.springdata.mongodb.security.Application;
import example.springdata.mongodb.security.Person;
import example.springdata.mongodb.security.PersonRepository;
import example.springdata.mongodb.util.RequiresMongoDB;
import java.util.Collections;