Révision 2261

tmp/org.txm.concordance.core/src/org/txm/concordance/core/functions/Line.java (revision 2261)
118 118
			HashMap<Property, List<String>> leftCtxAnalysisValues,
119 119
			HashMap<Property, List<String>> keywordsAnalysisValues,
120 120
			HashMap<Property, List<String>> rightCtxAnalysisValues, Reference refView,
121
			Reference refAna, Match matchs, int targetpos) {
121
			Reference refAna, Match match, int targetpos) {
122 122
		this.textId = textId;
123 123
		this.targetpos = targetpos;
124 124
		this.keywordsIdValues = keywordsIdValues;
......
131 131
		this.rightCtxAnalysisValues = rightCtxAnalysisValues;
132 132
		this.refView = refView;
133 133
		this.refAna = refAna;
134
		this.match = matchs;
135
		this.keywordpos = matchs.getStart();
136
	}
134
		this.match = match;
135
		this.keywordpos = match.getStart();	}
137 136

  
138 137
	/**
139 138
	 * Gets the keywords analysis property.

Formats disponibles : Unified diff