Fix UTF-8 and "/" -> "\" issues for Win32
[fanfix.git] / src / be / nikiroo / fanfix / Library.java
index b5f246c6abe8eaa3f9a034da164ee99f290434c8..a8d9302bfe15cc05d87fe11345b11e6e3f3c0284 100644 (file)
@@ -136,7 +136,7 @@ public class Library {
         * @param luid
         *            the Library UID of the story
         * 
-        * @return the corresponding {@link Story}
+        * @return the corresponding {@link Story} or NULL if not found
         */
        public Story getStory(String luid) {
                if (luid != null) {