summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-09-07 16:49:15 +0000
committerpaltherr <paltherr@epfl.ch>2003-09-07 16:49:15 +0000
commit43c5c82eb9ee00e7d87042a1195d854f4ac79df3 (patch)
tree94f72bc81122ccaf7ebf0df3a5aa6921a5327e0a /sources
parentc85fd223757ce7cddda40004ab8fa9b44509ef81 (diff)
downloadscala-43c5c82eb9ee00e7d87042a1195d854f4ac79df3.tar.gz
scala-43c5c82eb9ee00e7d87042a1195d854f4ac79df3.tar.bz2
scala-43c5c82eb9ee00e7d87042a1195d854f4ac79df3.zip
- Fixed documentation
Diffstat (limited to 'sources')
-rw-r--r--sources/scalac/symtab/Symbol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/symtab/Symbol.java b/sources/scalac/symtab/Symbol.java
index 3fe0b5f554..1abfa90ec8 100644
--- a/sources/scalac/symtab/Symbol.java
+++ b/sources/scalac/symtab/Symbol.java
@@ -603,7 +603,7 @@ public abstract class Symbol implements Modifiers, Kinds {
return sym;
}
- /* If this is a primary constructor, return the class it constructs.
+ /** If this is a constructor, return the class it constructs.
* Otherwise return the symbol itself.
*/
public Symbol constructorClass() {