Révision 3935

TXM/trunk/bundles/org.txm.statsengine.r.rcp/src/org/txm/statsengine/r/rcp/views/RVariablesView.java (revision 3935)
175 175
	 * @return true, if successful
176 176
	 */
177 177
	private boolean hasSymbol(List<TXMResult> results) {
178
		for(Object rez : results)
179
		{
178
		for (Object rez : results) {
180 179
			if (rez  instanceof RResult)
181 180
				return true;
182 181
		}

Formats disponibles : Unified diff