< prev index next >

src/java.base/share/classes/sun/reflect/generics/parser/SignatureParser.java

Print this page

        

*** 133,143 **** throw error("Failure to make progress!"); } /** * Static factory method. Produces a parser instance. ! * @return an instance of <tt>SignatureParser</tt> */ public static SignatureParser make() { return new SignatureParser(); } --- 133,143 ---- throw error("Failure to make progress!"); } /** * Static factory method. Produces a parser instance. ! * @return an instance of {@code SignatureParser} */ public static SignatureParser make() { return new SignatureParser(); }
< prev index next >