You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Janek Bogucki <ya...@studylink.com> on 2002/11/01 12:18:49 UTC

[lang] API Doc patch for EqualsBuilder

Lazily I cut'n'pasted the example usage of EqualsBuilder and found it did
not compile. Attached in a patch for this.

(!o instanceof MyClass) -> (!(o instanceof MyClass))

-Janek