Révision 2195

tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/CQPCorpus.java (revision 2195)
791 791
	public String getCQLLimitQuery() {
792 792
		CorpusCommandPreferences prefs = getProject().getCommandPreferences("concordance");
793 793
		if (prefs == null) {
794
			return null;
794
			return "<text>[]";
795 795
		}
796 796
		String str = prefs.get("context_limits");
797 797
		if (str != null) {
......
802 802
				return str;
803 803
			}
804 804
		} else {
805
			return null;
805
			return "<text>[]";
806 806
		}
807 807
	}
808 808

  

Formats disponibles : Unified diff