>>>>> "Roman" == Roman Kennke <[EMAIL PROTECTED]> writes:

Roman> +    WeakBucket prev = null;
Roman> +    WeakBucket next = buckets[slot];
Roman> +    while (next != bucket)
Roman> +      {
Roman> +         if (next == null) throw new InternalError("WeakHashMap in 
incosistent state");

"inconsistent" is misspelled here.

Tom


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to