Exemple #1
0
 protected void printComparisonInfo(QuestioningData a, QuestioningData b) {
   String info =
       String.format(
           "Comparing (%d)\t(%d). " + "Stack counter: (%d)\t(%d)",
           a.getID(), b.getID(), a.getStackCounter(), b.getStackCounter());
   SLog.v(this, info);
 }