Révision 720

tmp/org.txm.index.core/src/org/txm/index/core/functions/Index.java (revision 720)
98 98
	/** The writer. */
99 99
	private BufferedWriter writer;
100 100

  
101
	
101
	// PARAMETERS
102 102
	/**
103 103
	 * The fmax filter value parameter.
104 104
	 */
......
338 338

  
339 339
	@Override
340 340
	public boolean saveParameters() {
341
		if (pProperties != null) {
342
			this.saveParameter(IndexPreferences.PROPERTIES, WordProperty.fromListToPreferenceString(pProperties));
341
			
342
		this.saveParameter(IndexPreferences.PROPERTIES, WordProperty.fromListToPreferenceString(pProperties));
343
		
344
		if (pQuery != null) {
345
			this.saveParameter(IndexPreferences.QUERY, pQuery.getQueryString());
343 346
		}
347
		
348
		
344 349
		return true;
345 350
	}
346 351
	

Formats disponibles : Unified diff