weblib: separate html code from lib code
[fanfix.git] / src / be / nikiroo / fanfix / library / BasicLibrary.java
index 11ca03f48a7bdc912766968f2ac96168a5f2f38c..af7920bf14efdde77dbd2bebe77489f505b6fa30 100644 (file)
@@ -43,7 +43,9 @@ abstract public class BasicLibrary {
                READ_ONLY,
                /** You are not allowed to access this library. */
                UNAUTHORIZED,
-               /** The library is currently out of commission. */
+               /** The library is invalid, and will never work as is. */
+               INVALID,
+               /** The library is currently out of commission, but may work later. */
                UNAVAILABLE;
 
                /**