< prev index next >

test/compiler/types/correctness/hierarchies/NullableType.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -19,11 +19,11 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-package hierarchies;
+package compiler.types.correctness.hierarchies;
 
 public class NullableType<M extends TypeHierarchy.I, N extends TypeHierarchy.I>
         extends TypeHierarchy<M, N> {
 
     public NullableType(TypeHierarchy<M, N> delegate) {
< prev index next >