Minor fix. Removed comment.
authorMichele Silva <michele.silva@gmail.com>
Wed, 7 Dec 2011 04:24:55 +0000 (02:24 -0200)
committerMichele Silva <michele.silva@gmail.com>
Wed, 7 Dec 2011 04:24:55 +0000 (02:24 -0200)
src/java/org/ufcspa/simdecs/diagram/bn/BayesianNetwork.java

index 9cef230..0f68bff 100644 (file)
@@ -47,8 +47,7 @@ public class BayesianNetwork {
         // Foi incluĂ­do aqui apenas para uso temporário.
        System.out.println("Custo: " + facialPainNode.getCustoEtapa());
        System.out.println("Tempo: " + facialPainNode.getTempoEtapa());
-           
-        // Mostrando as perguntas e respostas do nodo
+          
         Vector<PerguntaNodo> perguntas = facialPainNode.getPerguntas();
         for (PerguntaNodo pergunta: perguntas) {
             // Setting questions because it is not set in the saved net