On Mon, Aug 26, 2002 at 02:45:35PM -0700, Ian Clarke wrote: > I am seeing loads of warnings when Jikes tries to compile NativeBuffer: > > 189. if (waswaiting) notify(); > <------> > *** Caution: Ambiguous reference to member named "notify" inherited from > type "java/lang/Object" but also declared or inherited in the enclosing > type "freenet/fs/dir/NativeBuffer". Explicit qualification is required.
Seems bogus to me, but a "this."-prefix fixes it so I check in a fix. regards, -- G?ran _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
