Skip to content

Commit

Permalink
insignificant fix
Browse files Browse the repository at this point in the history
	modified:   examples/kilim/examples/Ping.java
  • Loading branch information
kilim committed Oct 13, 2011
1 parent 4e59bbb commit 41d2307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kilim/examples/Ping.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static void run() throws IOException {
bb.flip(); bb.flip();


// Ping 5 times // Ping 5 times
for (int i = 0 ; i < 1; i++) { for (int i = 0 ; i < 5; i++) {
System.out.print("Ping"); System.out.print("Ping");
writePkt(ch, bb); writePkt(ch, bb);
System.out.println(" .. "); System.out.println(" .. ");
Expand Down

0 comments on commit 41d2307

Please sign in to comment.