langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/Configuration.java
equal
deleted
inserted
replaced
705 Configuration.class.getResourceAsStream(DEFAULT_BUILDER_XML) : |
705 Configuration.class.getResourceAsStream(DEFAULT_BUILDER_XML) : |
706 new FileInputStream(new File(builderXMLPath)); |
706 new FileInputStream(new File(builderXMLPath)); |
707 } |
707 } |
708 |
708 |
709 /** |
709 /** |
|
710 * Return the Locale for this document. |
|
711 */ |
|
712 public abstract Locale getLocale(); |
|
713 |
|
714 /** |
710 * Return the comparator that will be used to sort member documentation. |
715 * Return the comparator that will be used to sort member documentation. |
711 * To no do any sorting, return null. |
716 * To no do any sorting, return null. |
712 * |
717 * |
713 * @return the {@link java.util.Comparator} used to sort members. |
718 * @return the {@link java.util.Comparator} used to sort members. |
714 */ |
719 */ |