diff --git a/src/mustic/models/thread/ClassificationThread.java b/src/mustic/models/thread/ClassificationThread.java index 8c9620835d801b47c2d41c3459e35ef076b4ccae..de4eb5abdad60f18ffee894d7eb193f6a4dea3a8 100755 --- a/src/mustic/models/thread/ClassificationThread.java +++ b/src/mustic/models/thread/ClassificationThread.java @@ -81,11 +81,8 @@ public class ClassificationThread extends Thread { @Override public void run() { /* Si on a une barre de progression on monitore la classification */ - if (this.progressBar_ != null && this.statusBar_ != null) { -// LearningMethod lm = this.classification_.getLearningMethod(); -// new ProgressThreadJCL(lm, this.progressBar_,this.statusBar_).start(); -// lm.incProgress(); -// lm.setStatus("Clustering test !"); + if (this.rmiServer_ != null && !this.rmiServer_.useRmi()) && + this.progressBar_ != null && this.statusBar_ != null) { new ProgressThreadJCL(this.classification_, this.progressBar_,this.statusBar_).start(); }