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
|
@ -62,7 +62,7 @@ public interface ContentHandlerFactory
|
|||
*
|
||||
* @return The <code>ContentHandler</code> for the passed in MIME type
|
||||
*/
|
||||
public ContentHandler createContentHandler(String mimeType);
|
||||
ContentHandler createContentHandler(String mimeType);
|
||||
|
||||
} // interface ContentHandlerFactory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue