Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Sep 25, 2009
1 parent ad71019 commit 37d7fc9
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -15,7 +15,7 @@
/**
* Tests setting of digest NAKACK.down(SET_DIGEST), JIRA issue is https://jira.jboss.org/jira/browse/JGRP-1060
* @author Bela Ban
* @version $Id: NAKACK_SET_DIGEST_Test.java,v 1.1.2.1 2009/09/25 08:09:19 belaban Exp $
* @version $Id: NAKACK_SET_DIGEST_Test.java,v 1.1.2.2 2009/09/25 08:40:55 belaban Exp $
*/
public class NAKACK_SET_DIGEST_Test extends TestCase {
private org.jgroups.protocols.pbcast.NAKACK nak;
Expand Down Expand Up @@ -52,7 +52,6 @@ public void testSetDigest() throws TimeoutException {
MyProtocol prot=new MyProtocol();
nak.setUpProtocol(prot);


System.out.println("d1: " + d1);
System.out.println("d2: " + d2);

Expand Down

0 comments on commit 37d7fc9

Please sign in to comment.