< prev index next >

src/java.base/share/classes/java/security/Provider.java

Print this page
rev 56290 : 8230648: Replace @exception tag with @throws in java.base
Summary: Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea

*** 401,411 **** /** * Reads a property list (key and element pairs) from the input stream. * * @param inStream the input stream. ! * @exception IOException if an error occurred when reading from the * input stream. * @see java.util.Properties#load */ @Override public synchronized void load(InputStream inStream) throws IOException { --- 401,411 ---- /** * Reads a property list (key and element pairs) from the input stream. * * @param inStream the input stream. ! * @throws IOException if an error occurred when reading from the * input stream. * @see java.util.Properties#load */ @Override public synchronized void load(InputStream inStream) throws IOException {
< prev index next >