expose default content type
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 2 Jun 2008 14:44:54 +0000 (16:44 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 2 Jun 2008 14:44:54 +0000 (16:44 +0200)
src/net/pterodactylus/util/io/MimeTypes.java

index 9ba1afa..d9eaf91 100644 (file)
@@ -33,7 +33,7 @@ import java.util.Map;
 public class MimeTypes {
 
        /** The default MIME type for unknown extensions. */
-       private static final String DEFAULT_CONTENT_TYPE = "application/octet-stream";
+       public static final String DEFAULT_CONTENT_TYPE = "application/octet-stream";
 
        /** List of all MIME types. */
        private static final List<String> mimeTypes = new ArrayList<String>();