summaryrefslogtreecommitdiffstats
path: root/libjava/java/net/ContentHandlerFactory.java
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-11 18:39:35 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-11 18:39:35 +0000
commitc08238f55a0b872efceb70ede271cc1dccf74282 (patch)
tree63d40ac802a36cf7912a13f1888c9dbac0777a34 /libjava/java/net/ContentHandlerFactory.java
parent4d5cd4e1695551e1e32c87d14a30cbae9aad514e (diff)
downloadppe42-gcc-c08238f55a0b872efceb70ede271cc1dccf74282.tar.gz
ppe42-gcc-c08238f55a0b872efceb70ede271cc1dccf74282.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72353 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/net/ContentHandlerFactory.java')
-rw-r--r--libjava/java/net/ContentHandlerFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/net/ContentHandlerFactory.java b/libjava/java/net/ContentHandlerFactory.java
index 04fa3f11945..7310f569678 100644
--- a/libjava/java/net/ContentHandlerFactory.java
+++ b/libjava/java/net/ContentHandlerFactory.java
@@ -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
OpenPOWER on IntegriCloud