X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=library%2FBasicLibrary.java;h=af7920bf14efdde77dbd2bebe77489f505b6fa30;hp=78f0f6208d098dcaf410e85c631dc3808330a2bd;hb=c91f1830ed4f2947d04d14a60b537571fed4d92f;hpb=b459e462a5c3447d0693674253c40bc7385a4f66 diff --git a/library/BasicLibrary.java b/library/BasicLibrary.java index 78f0f62..af7920b 100644 --- a/library/BasicLibrary.java +++ b/library/BasicLibrary.java @@ -41,11 +41,11 @@ abstract public class BasicLibrary { READ_WRITE, /** The library is ready, but read-only. */ READ_ONLY, - /** The library is invalid (not correctly set up). */ - INVALID, /** 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; /**