Révision 336

tmp/org.txm.rcp/src/main/java/org/txm/rcp/handlers/BaseAbstractHandler.java (revision 336)
28 28
	 */
29 29
	public boolean checkStatsEngine()	{
30 30
		if (!RStatsEngine.isStarted()) {
31
			Log.severe(RCoreMessages.Error_STATS_ENGINE_NOT_READY_CANCELING_COMMAND);
31
			Log.severe(RCoreMessages.error_statsEngineNotReadyCancelingCommand);
32 32
			return false;
33 33
		}
34 34
		return true;

Formats disponibles : Unified diff