WIP: convert local "supports" to new BasicSupport
[fanfix.git] / src / be / nikiroo / fanfix / supported / BasicSupport.java
index 4314b99ce3da1589eef307e7d76b851adeadc943..c35ed86b65b564d4e905c9c635ded5804bd038e4 100644 (file)
@@ -214,8 +214,8 @@ public abstract class BasicSupport {
        /**
         * Open an input link that will be used for the support.
         * <p>
-        * Can return NULL, in which case you are supposed to work without an
-        * {@link InputStream}.
+        * Can return NULL, in which case you are supposed to work without a source
+        * node.
         * 
         * @param source
         *            the source {@link URL}
@@ -237,7 +237,6 @@ public abstract class BasicSupport {
         * @throws IOException
         *             in case of I/O error
         */
-       @SuppressWarnings("unused")
        protected void login() throws IOException {
        }
 
@@ -247,7 +246,6 @@ public abstract class BasicSupport {
         * @throws IOException
         *             on I/O error
         */
-       @SuppressWarnings("unused")
        protected void preprocess() throws IOException {
        }