< prev index next >

src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JPrimitiveType.java

Print this page

        

*** 79,89 **** } /** * @deprecated calling this method from {@link JPrimitiveType} * would be meaningless, since it's always guaranteed to ! * return <tt>this</tt>. */ public JType unboxify() { return this; } --- 79,89 ---- } /** * @deprecated calling this method from {@link JPrimitiveType} * would be meaningless, since it's always guaranteed to ! * return {@code this}. */ public JType unboxify() { return this; }
< prev index next >