Fix source/type reset on redownload, show num img
[fanfix.git] / src / be / nikiroo / fanfix / data / Chapter.java
index 86856b0e2c09f5fa6ee1c4faf0f7586c1079dbf7..832994a937d4379d8c3d2105344d8ed2f67eb241 100644 (file)
@@ -103,7 +103,7 @@ public class Chapter implements Iterable<Paragraph> {
        }
 
        /**
-        * The number of words in this {@link Chapter}.
+        * The number of words (or images) in this {@link Chapter}.
         * 
         * @return the number of words
         */
@@ -112,7 +112,7 @@ public class Chapter implements Iterable<Paragraph> {
        }
 
        /**
-        * The number of words in this {@link Chapter}.
+        * The number of words (or images) in this {@link Chapter}.
         * 
         * @param words
         *            the number of words to set