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:
Michael Koch 2003-10-11 18:39:35 +00:00 committed by Michael Koch
parent cb2446831a
commit 7afb0eea2b
6 changed files with 29 additions and 18 deletions

View file

@ -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