]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/HtmlEntry.java
Fix compilation of DictionaryPC (non-Android Java).
[Dictionary.git] / src / com / hughes / android / dictionary / engine / HtmlEntry.java
index 1e34b00a70150d187868e4a038d3821b88ebca7c..8dcf905175f5f5e01b983a7fd288f2a80a998ae1 100644 (file)
@@ -137,7 +137,7 @@ public class HtmlEntry extends AbstractEntry implements Comparable<HtmlEntry> {
     }
 
     @Override
-    public int compareTo(HtmlEntry another) {
+    public int compareTo(/*@NonNull*/ HtmlEntry another) {
         if (title.compareTo(another.title) != 0) {
             return title.compareTo(another.title);
         }