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.
2 parents 185d189 + 2360477 commit dfe438aCopy full SHA for dfe438a
src/compiler/scala/tools/nsc/util/SimpleTracer.scala
@@ -18,8 +18,8 @@ package util
18
import java.io.PrintStream
19
20
/** A simple tracer
21
- * @param out: The print stream where trace info should be sent
22
- * @param enabled: A condition that must be true for trace info to be produced.
+ * @param out The print stream where trace info should be sent
+ * @param enabled A condition that must be true for trace info to be produced.
23
*/
24
class SimpleTracer(out: PrintStream, enabled: Boolean = true) {
25
def apply[T](msg: => String)(value: T): T = {
0 commit comments