We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62dcff0 commit 968c572Copy full SHA for 968c572
shared/src/main/scala/scala/xml/PrettyPrinter.scala
@@ -19,9 +19,10 @@ import Utility.sbToString
19
* XML nodes.
20
*
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.
+ * @param width the width to fit the output into
+ * @param step indentation
+ * @note This class is not threadsafe and should not be accessed by
25
+ * multiple threads at the same time.
26
*/
27
class PrettyPrinter(width: Int, step: Int, minimizeEmpty: Boolean) {
28
0 commit comments