summaryrefslogtreecommitdiff
path: root/java/net/ContentHandlerFactory.java
diff options
context:
space:
mode:
authorAaron M. Renn <arenn@urbanophile.com>1998-12-05 04:26:27 +0000
committerAaron M. Renn <arenn@urbanophile.com>1998-12-05 04:26:27 +0000
commit49daa24993a192320783dbf568d75b5498ccd0fc (patch)
treeed3efa930d629d0ee45de4f347e30f1eed708aaf /java/net/ContentHandlerFactory.java
parentd897e762d2857e358e7ee92be8b2d6a69f7b8683 (diff)
downloadclasspath-49daa24993a192320783dbf568d75b5498ccd0fc.tar.gz
Added 'abstract' keywork to interface decl for spec conformance
Diffstat (limited to 'java/net/ContentHandlerFactory.java')
-rw-r--r--java/net/ContentHandlerFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/net/ContentHandlerFactory.java b/java/net/ContentHandlerFactory.java
index bb9177b97..ec312401c 100644
--- a/java/net/ContentHandlerFactory.java
+++ b/java/net/ContentHandlerFactory.java
@@ -30,7 +30,7 @@ package java.net;
*
* @author Aaron M. Renn (arenn@urbanophile.com)
*/
-public interface ContentHandlerFactory
+public abstract interface ContentHandlerFactory
{
/**
* This method is passed a MIME type as a string and is responsible for