Révision 2244
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/CreatePartition.java (revision 2244) | ||
|---|---|---|
| 96 | 96 |
} |
| 97 | 97 |
try {
|
| 98 | 98 |
partition.compute(monitor); |
| 99 |
|
|
| 100 |
if (partition.getPartsCount() == 0) {
|
|
| 101 |
Log.severe(TXMUIMessages.errorColonThePartitionCreatedHasNoPart); |
|
| 102 |
return null; |
|
| 103 |
} |
|
| 104 |
} catch (Exception e) {
|
|
| 105 |
Log.printStackTrace(e); |
|
| 99 | 106 |
} |
| 100 |
catch (Exception e) {
|
|
| 101 |
// TODO Auto-generated catch block |
|
| 102 |
e.printStackTrace(); |
|
| 103 |
} |
|
| 104 | 107 |
monitor.worked(95); |
| 105 | 108 |
|
| 106 | 109 |
Log.info(NLS.bind(TXMUIMessages.doneColonP0Parts, partition.getPartsCount())); |
Formats disponibles : Unified diff