author | wenzelm |
Fri, 14 Dec 2012 23:04:35 +0100 | |
changeset 50540 | f4aac67a6405 |
parent 50539 | 3b68e5760a2d |
child 50541 | 021f054ff1fa |
--- a/src/Pure/PIDE/command.scala Fri Dec 14 21:50:21 2012 +0100 +++ b/src/Pure/PIDE/command.scala Fri Dec 14 23:04:35 2012 +0100 @@ -39,6 +39,8 @@ if (this eq other) this else if (rep.isEmpty) other else (this /: other.entries)(_ + _) + + override def toString: String = entries.mkString("Results(", ", ", ")") }