Révision 3201
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/ReferencePattern.java (revision 3201) | ||
---|---|---|
35 | 35 |
import java.util.regex.Matcher; |
36 | 36 |
import java.util.regex.Pattern; |
37 | 37 |
|
38 |
import org.apache.commons.lang.StringUtils; |
|
39 | 38 |
import org.txm.core.messages.TXMCoreMessages; |
40 | 39 |
import org.txm.searchengine.cqp.corpus.CQPCorpus; |
41 | 40 |
import org.txm.searchengine.cqp.corpus.Property; |
... | ... | |
304 | 303 |
* @param parameters the properties |
305 | 304 |
*/ |
306 | 305 |
public ReferencePattern(Property prop) { |
306 |
this.properties = new ArrayList<>(); |
|
307 | 307 |
properties.add(prop); |
308 |
this.properties = properties; |
|
309 | 308 |
} |
310 | 309 |
|
311 | 310 |
/** |
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/clientExceptions/CqiClientException.java (revision 3201) | ||
---|---|---|
88 | 88 |
public CqiClientException() { |
89 | 89 |
super(); |
90 | 90 |
} |
91 |
|
|
92 |
public String getMessage() { |
|
93 |
return "CQP error: "+super.getMessage(); |
|
94 |
} |
|
91 | 95 |
|
92 | 96 |
} |
Formats disponibles : Unified diff