ContentHandlerFactory.java, [...]: Removed redundant modifiers.
2003-10-11 Michael Koch <konqueror@gmx.de> * java/net/ContentHandlerFactory.java, java/net/DatagramSocketImplFactory.java, java/net/FileNameMap.java, java/net/SocketImplFactory.java, java/net/SocketOptions.java, java/net/URLStreamHandlerFactory.java: Removed redundant modifiers. From-SVN: r72353
This commit is contained in:
parent
cb2446831a
commit
7afb0eea2b
6 changed files with 29 additions and 18 deletions
|
@ -56,7 +56,7 @@ public interface SocketImplFactory
|
|||
*
|
||||
* @return A <code>SocketImpl</code> object
|
||||
*/
|
||||
public SocketImpl createSocketImpl();
|
||||
SocketImpl createSocketImpl();
|
||||
|
||||
} // interface SocketImplFactory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue