< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocletConstants.java

Print this page

        

*** 62,70 **** * The module prefix in the element-list file. */ public static final String MODULE_PREFIX = "module:"; /** ! * The default package file name. */ ! public static final String DEFAULT_PACKAGE_FILE_NAME = "default"; } --- 62,70 ---- * The module prefix in the element-list file. */ public static final String MODULE_PREFIX = "module:"; /** ! * Number of characters after which to insert line breaks in preformatted text. */ ! public static final int PREFORMATTED_LINE_LENGTH = 80; }
< prev index next >