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 FileNameMap
|
|||
*
|
||||
* @return The MIME type for the filename passed in.
|
||||
*/
|
||||
public String getContentTypeFor(String filename);
|
||||
String getContentTypeFor(String filename);
|
||||
|
||||
} // interface FileNameMap
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue