Skip to content

Commit

Permalink
Javadoc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNavigateur committed Nov 24, 2011
1 parent 26cdd36 commit b83ab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/prevayler/Transaction.java
Expand Up @@ -11,7 +11,7 @@
* <br>
* <br>IMPORTANT: Transaction objects CANNOT reference business objects directly. Instead, you must search for the business objects you need via the given <code>prevalentSystem</code>. See org.prevayler.demos for usage examples.
* <br>
* <br>Business objects referenced by a Transaction object will be mere copies of the original business objects when that Transaction object is recovered from the serialized journal file. This will make the transactions work when they are executed for the first time but have no effect during shutdown recovery. This is known as the prevalence baptism problem because everyone comes across it, despite this warning.
* <br>Business objects referenced by a Transaction object will be mere copies of the original business objects when that Transaction is recovered from the serialized journal file. This will make the transactions work when they are executed for the first time but have no effect during shutdown recovery. This is known as the prevalence baptism problem because everyone comes across it, despite this warning.
* <br>
* @param <P> The type or any supertype of the Prevalent System you intend to perform the transaction upon. <br>
*/
Expand Down

0 comments on commit b83ab01

Please sign in to comment.