summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
diff options
context:
space:
mode:
authorFrançois Garillot <francois@garillot.net>2013-04-16 09:46:36 +0200
committerFrançois Garillot <francois@garillot.net>2013-04-16 09:46:36 +0200
commit47b626e82db995a6b9dc64d21b417064aafef798 (patch)
tree6d44b3fe00bac45d29ad7b64a98591e978756698 /src/compiler/scala/tools/nsc/typechecker/Contexts.scala
parentf6323d866f3b9a6fa9a5d0218a47922115974781 (diff)
downloadscala-47b626e82db995a6b9dc64d21b417064aafef798.tar.gz
scala-47b626e82db995a6b9dc64d21b417064aafef798.tar.bz2
scala-47b626e82db995a6b9dc64d21b417064aafef798.zip
Change unrecognized scaladoc comments to C-style
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Contexts.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Contexts.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Contexts.scala b/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
index e89a860e0f..20e8acf63b 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
@@ -515,7 +515,7 @@ trait Contexts { self: Analyzer =>
(linked ne NoSymbol) && accessWithin(linked)
}
- /** Are we inside definition of `ab`? */
+ /* Are we inside definition of `ab`? */
def accessWithin(ab: Symbol) = {
// #3663: we must disregard package nesting if sym isJavaDefined
if (sym.isJavaDefined) {