java/dictionary-generator/src/cz/frantovo/telco/dictionary/SynonymsEntry.java
changeset 130 b8dc8a6f82cf
parent 17 b188eae2c092
child 151 a9f1ba451247
     1.1 --- a/java/dictionary-generator/src/cz/frantovo/telco/dictionary/SynonymsEntry.java	Mon Aug 19 19:58:00 2013 +0200
     1.2 +++ b/java/dictionary-generator/src/cz/frantovo/telco/dictionary/SynonymsEntry.java	Mon Aug 19 20:53:04 2013 +0200
     1.3 @@ -23,7 +23,9 @@
     1.4  import java.util.Objects;
     1.5  
     1.6  /**
     1.7 - *
     1.8 + * Represents one item in StarDict synonyms file (.syn)
     1.9 + * links the synonym term (string) to the position of the base term in index file
    1.10 + * 
    1.11   * @author Ing. František Kučera (frantovo.cz)
    1.12   */
    1.13  public class SynonymsEntry implements Comparable<SynonymsEntry> {