01: package org.netbeans.test.codegen; 02: 03: import static java.lang.Math.max; 04: 05: public abstract class ImportsTest5 { 06: 07: public ImportsTest5() { 08: } 09: 10: }