mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Organise imports
This commit is contained in:
@@ -3,13 +3,13 @@ package com.avaje.tests.sp;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
|
||||
import junit.framework.Assert;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.avaje.ebean.Ebean;
|
||||
import com.avaje.tests.sp.model.car.Car;
|
||||
import com.avaje.tests.sp.model.car.Wheel;
|
||||
|
||||
import junit.framework.Assert;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class TestManyToManySaveTwice extends TestCase {
|
||||
|
||||
public void testNothing() {
|
||||
|
||||
Reference in New Issue
Block a user