X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Forg%2Fz3950%2Fzing%2Fcql%2FCQLPrefix.java;h=af7c90658b598014532697c6cfcd273bb266d1d7;hb=b53fe47e0bd5f0825b0d8ceeb33538e714bf9e7e;hp=cdb3b3acfb1db5a946c9a27f3ce43d2aead66213;hpb=768c20f64b8b2ce463aab27cf844fad5865995fa;p=cql-java-moved-to-github.git diff --git a/src/org/z3950/zing/cql/CQLPrefix.java b/src/org/z3950/zing/cql/CQLPrefix.java index cdb3b3a..af7c906 100644 --- a/src/org/z3950/zing/cql/CQLPrefix.java +++ b/src/org/z3950/zing/cql/CQLPrefix.java @@ -1,4 +1,4 @@ -// $Id: CQLPrefix.java,v 1.3 2002-11-15 12:08:56 mike Exp $ +// $Id: CQLPrefix.java,v 1.5 2007-06-27 22:39:55 mike Exp $ package org.z3950.zing.cql; import java.lang.String; @@ -6,20 +6,20 @@ import java.lang.String; /** * Represents a CQL prefix mapping from short name to long identifier. * - * @version $Id: CQLPrefix.java,v 1.3 2002-11-15 12:08:56 mike Exp $ + * @version $Id: CQLPrefix.java,v 1.5 2007-06-27 22:39:55 mike Exp $ */ public class CQLPrefix { /** * The short name of the prefix mapping. That is, the prefix - * itself, such as dc, as it might be used in a qualifier + * itself, such as dc, as it might be used in an index * like dc.title. */ public String name; /** * The full identifier name of the prefix mapping. That is, - * typically, a URI permanently allocated to a specific qualifier - * set, such as http://zthes.z3950.org/cql/. + * typically, a URI permanently allocated to a specific index + * set, such as http://zthes.z3950.org/cql/1.0. */ public String identifier;