From 2e33ba9dd22913b5e7aab472f70dc2f645079636 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 15 Jun 2015 17:08:49 +0200 Subject: Fix doc comment --- src/dotty/tools/dotc/reporting/ThrowingReporter.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dotty/tools/dotc/reporting/ThrowingReporter.scala b/src/dotty/tools/dotc/reporting/ThrowingReporter.scala index eb854d513..358b8d249 100644 --- a/src/dotty/tools/dotc/reporting/ThrowingReporter.scala +++ b/src/dotty/tools/dotc/reporting/ThrowingReporter.scala @@ -7,7 +7,8 @@ import collection.mutable import Reporter._ /** - * This class implements a Reporter that stores all messages + * This class implements a Reporter that throws all errors and sends warnings and other + * info to the underlying reporter. */ class ThrowingReporter(reportInfo: Reporter) extends Reporter { protected def doReport(d: Diagnostic)(implicit ctx: Context): Unit = d match { -- cgit v1.2.3