summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-02-25 01:02:10 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-02-25 09:56:40 +0100
commitd6527d5083d77f67d08749b800938c97e0fcf13a (patch)
treee4bda9e5d8c56ca8ce7375e7e4de19bb479d1722 /src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
parent6d94b35270485a5ec64f32035537c3c4c0f02dae (diff)
downloadscala-d6527d5083d77f67d08749b800938c97e0fcf13a.tar.gz
scala-d6527d5083d77f67d08749b800938c97e0fcf13a.tar.bz2
scala-d6527d5083d77f67d08749b800938c97e0fcf13a.zip
Address some Scaladocrot
- @param tags whose name drifted from the corresponding parameter - Remove or complete a few stray stub comments (@param foo ...) - Use @tparam where appropriate.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala b/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
index 81ea5630d0..71470222bf 100644
--- a/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/TypeDiagnostics.scala
@@ -574,7 +574,7 @@ trait TypeDiagnostics {
/** Report a type error.
*
- * @param pos0 The position where to report the error
+ * @param pos The position where to report the error
* @param ex The exception that caused the error
*/
def reportTypeError(context0: Context, pos: Position, ex: TypeError) {