test/tools/javadoc/LangVers.java

Print this page
rev 2315 : 8031670: Remove unneeded -source options in javadoc tests

*** 40,50 **** if (com.sun.tools.javadoc.Main.execute( "javadoc", "LangVers", LangVers.class.getClassLoader(), ! new String[] {"-source", "1.5", thisFile}) != 0) throw new Error("Javadoc encountered warnings or errors."); } public static boolean start(RootDoc root) { ClassDoc fishdoc = root.classNamed("LangVers.Fish"); --- 40,50 ---- if (com.sun.tools.javadoc.Main.execute( "javadoc", "LangVers", LangVers.class.getClassLoader(), ! new String[] {thisFile}) != 0) throw new Error("Javadoc encountered warnings or errors."); } public static boolean start(RootDoc root) { ClassDoc fishdoc = root.classNamed("LangVers.Fish");