From: Anton v. S. <an...@ap...> - 2002-05-15 03:55:39
|
In checking in the change to SortedSet, I also took the liberty of adding "this." qualifiers to the references to the variable "set" in the inner class SubSetProxy. This shouldn't have any impact on behavior. The Jikes compiler was warning that these references were ambiguous. The compiler's being overzealous, I think, but I just wanted to eliminate the warnings. (SubSetProxy inherits "set" from its parent SetProxy, and the outer class SortedSet also inherits a "set" variable from its parent, Set.) Anton |