File tree Expand file tree Collapse file tree 6 files changed +9
-12
lines changed
scijava/scijava-persist/src/test/java/org/scijava/persist Expand file tree Collapse file tree 6 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 11
2- package org .scijava .persist . testobjects ;
2+ package org .scijava .persist ;
33
44public class Circle implements Shape {
55
Original file line number Diff line number Diff line change 11
2- package org .scijava .persist . testobjects ;
2+ package org .scijava .persist ;
33
44import org .scijava .persist .IClassRuntimeAdapter ;
55import org .scijava .plugin .Plugin ;
Original file line number Diff line number Diff line change 77import org .junit .Before ;
88import org .junit .Test ;
99import org .scijava .Context ;
10- import org .scijava .persist .testobjects .Circle ;
11- import org .scijava .persist .testobjects .Shape ;
12- import org .scijava .persist .testobjects .Shapes ;
1310
1411public class SerializationTests {
1512
@@ -43,7 +40,7 @@ public void closeFiji() throws Exception {
4340 }
4441
4542 /**
46- * Test {@link org.scijava.persist.testobjects. CircleAdapter}
43+ * Test {@link org.scijava.persist.CircleAdapter}
4744 */
4845 @ Test
4946 public void testCircleObject () {
@@ -52,7 +49,7 @@ public void testCircleObject() {
5249 }
5350
5451 /**
55- * Test adapters located in {@link org.scijava.persist.testobjects. Shapes}
52+ * Test adapters located in {@link org.scijava.persist.Shapes}
5653 */
5754 @ Test
5855 public void testDrawingObject () {
Original file line number Diff line number Diff line change 1+
2+ package org .scijava .persist ;
3+
4+ public interface Shape {}
Original file line number Diff line number Diff line change 11
2- package org .scijava .persist . testobjects ;
2+ package org .scijava .persist ;
33
44import org .scijava .persist .IClassRuntimeAdapter ;
55import org .scijava .plugin .Plugin ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments