Révision 2207

tmp/org.txm.annotation.kr.core/src/org/txm/annotation/kr/core/storage/temporary/TemporaryAnnotationManager.java (revision 2207)
306 306
	 */
307 307
	public List<Annotation> getAnnotations(AnnotationType type, List<? extends Match> matches, String value, boolean ordered, boolean overlap) throws Exception {
308 308
		String query = "SELECT annot FROM Annotation AS annot";
309
		boolean where = false; // TODO: fucking shit, need to replace this
309
		boolean where = false; // TODO: need to replace this
310 310

  
311 311
		String queryPos = " ";
312 312
		int i = 0;

Formats disponibles : Unified diff