Merged the latest changes from the trunk into the branch ui-gwt
[cdmlib.git] / cdmlib-persistence / src / main / java / eu / etaxonomy / cdm / persistence / dao / IAlternativeSpellingSuggestionParser.java
index 1e4eb753535d5fa92f84ddc54e71b2558a1c2a25..dade97744e99322a599641369a1aace5b0ac03bb 100644 (file)
@@ -1,8 +1,20 @@
+/**\r
+ * Copyright (C) 2007 EDIT\r
+ * European Distributed Institute of Taxonomy \r
+ * http://www.e-taxonomy.eu\r
+ * \r
+ * The contents of this file are subject to the Mozilla Public License Version 1.1\r
+ * See LICENSE.TXT at the top of this package for the full license terms.\r
+ */\r
+\r
 package eu.etaxonomy.cdm.persistence.dao;\r
 \r
 import org.apache.lucene.queryParser.ParseException;\r
 import org.apache.lucene.search.Query;\r
 \r
+/**\r
+ * @author b.clark\r
+ */\r
 public interface IAlternativeSpellingSuggestionParser {\r
        public Query parse(String queryString) throws ParseException;\r
        public Query suggest(String queryString) throws ParseException;\r