[jdom-interest] Incorrect doc comments for XMLOutputter?

philip.nelson at omniresources.com philip.nelson at omniresources.com
Tue Aug 22 09:51:21 PDT 2000


	/**
	 * <p>
	 * This will create an <code>XMLOutputter</code> with
	 *   a two-space indent and new lines on.
	 * </p>
	 */
	public XMLOutputter() {
		namespaces = new LinkedList();
	}

As coded the actual default is no newlines and no indent



More information about the jdom-interest mailing list