INTSAMPLES-91 Fix Typo In Directory Name
README.md and sysout for copy/paste had txSynchDir instead of txSynchDemo.
This commit is contained in:
@@ -32,7 +32,7 @@ The java.io.tmpdir for your machine is displayed in the console…
|
||||
expression evaluation is logged.
|
||||
|
||||
=========================================================
|
||||
/var/folders/k0/gch26h6d2ms9t0g7pyhtzfkc0000gn/T/txSynchDir
|
||||
/var/folders/k0/gch26h6d2ms9t0g7pyhtzfkc0000gn/T/txSynchDemo
|
||||
````
|
||||
|
||||
To send a good file, put a file in that directory; for example:
|
||||
|
||||
@@ -56,7 +56,7 @@ public class TransactionSynchronizationDemo {
|
||||
+ "\n expression evaluation is logged. "
|
||||
+ "\n "
|
||||
+ "\n=========================================================" );
|
||||
System.out.println(System.getProperty("java.io.tmpdir") + "/txSynchDir");
|
||||
System.out.println(System.getProperty("java.io.tmpdir") + "/txSynchDemo");
|
||||
System.in.read();
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user