The line has a dot too much (after "super")
> super.(host,MetaType,TemplateType);
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
: Tim Reilly <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, July 27, 1999 7:59 AM
Subject: Constructor/Inheritance wierdness
>Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and
>getting the following error message whe
to:[EMAIL PROTECTED]]
> Sent: Tuesday, July 27, 1999 10:37 AM
> To: [EMAIL PROTECTED]
> Subject: Constructor/Inheritance wierdness
>
>
> Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and
> getting the following error message when compiling my Templat
I've never seen that. I've only seen constructors called like:
super(param1, param2, ...);
On Tue, 27 Jul 1999, Tim Reilly wrote:
> Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and
> getting the following error message when compiling my TemplateList class.
>
> Ac
Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and
getting the following error message when compiling my TemplateList class.
According the the Java 1.1 specification I should be able to call the
superclasses' constructor with this syntax. What am I doing wrong?
Thanks,
-Tim