Skip to content

Commit 88e8883

Browse files
committed
adding loader runner sample
1 parent 7748cea commit 88e8883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/nvp/src/main/java/com/cybersource/sample/RunSampleWithTPS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void run() {
6969
System.out.println("Total transaction successfully executed >> " + totalSuccessfulTxn);
7070
System.out.println("Total transaction failure executed >> " + totalFailureTxn);
7171
System.out.println("=====================================================");
72-
System.out.println("End time >> "+ new Date()g);
72+
System.out.println("End time >> "+ new Date());
7373

7474
} catch (InterruptedException e) {
7575
e.printStackTrace();

0 commit comments

Comments
 (0)