We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02c2be commit dc8c662Copy full SHA for dc8c662
shared/src/main/scala/scala/xml/PrettyPrinter.scala
@@ -21,6 +21,7 @@ import Utility.sbToString
21
* @author Burak Emir
22
* @param width the width to fit the output into
23
* @param step indentation
24
+ * @note This class is not threadsafe and should not be accessed by multiple threads at the same time.
25
*/
26
class PrettyPrinter(width: Int, step: Int, minimizeEmpty: Boolean) {
27
0 commit comments