< prev index next >
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocletConstants.java
Print this page
@@ -62,9 +62,9 @@
* The module prefix in the element-list file.
*/
public static final String MODULE_PREFIX = "module:";
/**
- * The default package file name.
+ * Number of characters after which to insert line breaks in preformatted text.
*/
- public static final String DEFAULT_PACKAGE_FILE_NAME = "default";
+ public static final int PREFORMATTED_LINE_LENGTH = 80;
}
< prev index next >