X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Forg%2Fz3950%2Fzing%2Fcql%2FCQLPrefix.java;h=fd751a700e48556894e9c2e3642ae7890aa6edd0;hb=08b7134bda92b6a33c57c7c6c333dacf1461c7c7;hp=99844958adab7422167cf2ad498a0f5b4b782a8e;hpb=f3a08e903fba7ff12df147ab3490a59be58d9163;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 9984495..fd751a7 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.2 2002-11-15 12:02:29 mike Exp $ +// $Id: CQLPrefix.java,v 1.4 2002-11-20 09:49:29 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.2 2002-11-15 12:02:29 mike Exp $ + * @version $Id: CQLPrefix.java,v 1.4 2002-11-20 09:49:29 mike Exp $ */ public class CQLPrefix { /** - * The short name of the prefix mapping - that is, the prefix + * The short name of the prefix mapping. That is, the prefix * itself, such as dc, as it might be used in a qualifier * like dc.title. */ public String name; /** - * The full identifier name of the prefix mapping - that is, the prefix - * itself, such as dc, as it might be used in a qualifier - * like dc.title. + * 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/1.0. */ public String identifier;