< prev index next >

src/java.base/share/classes/java/text/ChoiceFormat.java

Print this page

        

*** 488,498 **** } return result; } /** ! * Equality comparision between two */ public boolean equals(Object obj) { if (obj == null) return false; if (this == obj) // quick check return true; --- 488,498 ---- } return result; } /** ! * Equality comparison between two */ public boolean equals(Object obj) { if (obj == null) return false; if (this == obj) // quick check return true;
< prev index next >