1 package org.netbeans.test.codegen;2 3 import static java.util.Map .*;4 5 public abstract class ImportsTest2 {6 7 public ImportsTest2() {8 }9 10 }11