Revision 2131
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/handlers/ComputeProgression.java (revision 2131) | ||
---|---|---|
51 | 51 |
@Override |
52 | 52 |
public Object execute(ExecutionEvent event) throws ExecutionException { |
53 | 53 |
|
54 |
if(!this.checkStatsEngine() || !this.checkCorpusEngine()) {
|
|
54 |
if(!this.checkCorpusEngine()) { |
|
55 | 55 |
return false; |
56 | 56 |
} |
57 | 57 |
|
Also available in: Unified diff