Add more warnings source to 1.6) and fix warnings
[nikiroo-utils.git] / src / be / nikiroo / fanfix / data / Paragraph.java
index e4c94d45710bdb2f8b1cd9cd7f655f8ef490f861..1a7429a403a8a6f0bc0742fb29f14ad2d7811da5 100644 (file)
@@ -30,6 +30,14 @@ public class Paragraph {
        private String content;
        private long words;
 
+       /**
+        * Empty constructor, not to use.
+        */
+       @SuppressWarnings("unused")
+       private Paragraph() {
+               // for serialisation purposes
+       }
+
        /**
         * Create a new {@link Paragraph} with the given image.
         *