2002-11-18 Michael Koch <konqueror@gmx.de>
* java/nio/channels/SelectionKey.java (isValid): Added exception documentation. * java/nio/channels/Selector.java (open): Declare "throws IOException". From-SVN: r59219
This commit is contained in:
parent
3386451d20
commit
ecfef45b9a
3 changed files with 11 additions and 2 deletions
|
@ -59,7 +59,7 @@ public abstract class Selector
|
|||
*
|
||||
* @exception IOException If an error occurs
|
||||
*/
|
||||
public static Selector open ()
|
||||
public static Selector open () throws IOException
|
||||
{
|
||||
return SelectorProvider.provider ().openSelector ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue