Révision 3610

TXM/trunk/org.txm.querycooccurrences.rcp/src/org/txm/rcp/commands/function/ComputeQueryCooccurrence.java (revision 3610)
34 34
import java.io.InputStreamReader;
35 35
import java.util.ArrayList;
36 36

  
37
import org.eclipse.core.commands.AbstractHandler;
38 37
import org.eclipse.core.commands.ExecutionEvent;
39 38
import org.eclipse.core.commands.ExecutionException;
40 39
import org.eclipse.core.runtime.IProgressMonitor;
......
199 198

  
200 199
	private void getQueriesAndNames(File propFile, ArrayList<CQLQuery> queries,
201 200
			ArrayList<String> names) throws IOException {
202
		BufferedReader reader = new BufferedReader(new InputStreamReader(
203
				new FileInputStream(propFile), "UTF-8")); //$NON-NLS-1$
201
		BufferedReader reader = new BufferedReader(new InputStreamReader(new FileInputStream(propFile), "UTF-8")); //$NON-NLS-1$
204 202

  
205 203
		String line = reader.readLine();
206 204
		while (line != null) {

Formats disponibles : Unified diff