whitespace fixups
[jSite2.git] / src / net / pterodactylus / util / io / MimeTypes.java
index d9eaf91..b7f9618 100644 (file)
@@ -27,7 +27,7 @@ import java.util.Map;
 
 /**
  * Handles MIME types and maps them to file extensions.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class MimeTypes {
@@ -768,7 +768,7 @@ public class MimeTypes {
 
        /**
         * Returns a list of all known MIME types.
-        * 
+        *
         * @return All known MIME types
         */
        public static List<String> getAllMimeTypes() {
@@ -777,7 +777,7 @@ public class MimeTypes {
 
        /**
         * Returns a list of MIME types that are registered for the given extension.
-        * 
+        *
         * @param extension
         *            The extension to get the MIME types for
         * @return A list of MIME types, or an empty list if there are no registered
@@ -794,7 +794,7 @@ public class MimeTypes {
         * Returns a default MIME type for the given extension. If the extension
         * does not match a MIME type the default MIME typ
         * “application/octet-stream” is returned.
-        * 
+        *
         * @param extension
         *            The extension to get the MIME type for
         * @return The MIME type for the extension, or the default MIME type
@@ -813,7 +813,7 @@ public class MimeTypes {
 
        /**
         * Adds a MIME type and optional extensions.
-        * 
+        *
         * @param mimeType
         *            The MIME type to add
         * @param extensions