src/java/isac/util/formulae/KEStoreKey.java
changeset 3881 72f0be16d83b
parent 3518 366df153f5e4
child 3928 d38196e9b162
     1.1 --- a/src/java/isac/util/formulae/KEStoreKey.java	Thu May 17 14:05:19 2007 +0200
     1.2 +++ b/src/java/isac/util/formulae/KEStoreKey.java	Thu Jan 17 16:27:03 2008 +0100
     1.3 @@ -11,8 +11,10 @@
     1.4  import java.io.Serializable;
     1.5  
     1.6  /**
     1.7 - * This class represents the key for the KEStore FIXXME: anything more
     1.8 - * necessary? maybe a List instead of a String?
     1.9 + * This class represents the primary key for the KEStore. 
    1.10 + * The xml-Format in KEstore calls this <code GUH /code> (from Dinopolis)
    1.11 + * 
    1.12 + * FIXXME <code GUH /code> is missing for "exp_*.xml"
    1.13   * 
    1.14   * @author Robert Koenighofer
    1.15   */