- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [scala-bts] #1985: xml.PrettyPrinter comment refers to nonexistent toPrettyXML method
Sun, 2009-05-17, 17:13
-----------------------------+----------------------------------------------
Reporter: creidieki | Owner: scala-xml_team
Type: defect | Status: closed
Priority: normal | Component: XML support
Version: Unreleased-2.8.x | Resolution: fixed
Keywords: |
-----------------------------+----------------------------------------------
Changes (by extempore):
* status: new => closed
* version: => Unreleased-2.8.x
* resolution: => fixed
Comment:
Fixed in r17751, thanks.
----------------------+-----------------------------------------------------
Reporter: creidieki | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: XML support
Keywords: |
----------------------+-----------------------------------------------------
The scaladoc comments for xml.!PrettyPrinter say "you can use the
toPrettyXML methods to convert XML to a formatted string" [http://www
.scala-lang.org/docu/files/api/scala/xml/PrettyPrinter.html]. There is no
toPrettyXML method.
This may be a result of a historical name change; my first guess is that
the comment should say "the format() methods".