From 43c5c82eb9ee00e7d87042a1195d854f4ac79df3 Mon Sep 17 00:00:00 2001 From: paltherr Date: Sun, 7 Sep 2003 16:49:15 +0000 Subject: - Fixed documentation --- sources/scalac/symtab/Symbol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/scalac') 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() { -- cgit v1.2.3