Fix typos
See gh-2019
This commit is contained in:
@@ -45,7 +45,7 @@ import org.springframework.lang.Nullable;
|
||||
* in order to use a custom ConnectionManager instead of the connector's default.
|
||||
*
|
||||
* <p><b>NOTE:</b> In non-managed mode, a connector is not deployed on an
|
||||
* application server, or more specificially not interacting with an application
|
||||
* application server, or more specifically not interacting with an application
|
||||
* server. Consequently, it cannot use a Java EE server's system contracts:
|
||||
* connection management, transaction management, and security management.
|
||||
* A custom ConnectionManager implementation has to be used for applying those
|
||||
|
||||
@@ -45,7 +45,7 @@ public class JtaTransactionObject implements SmartTransactionObject {
|
||||
/**
|
||||
* Create a new JtaTransactionObject for the given JTA UserTransaction.
|
||||
* @param userTransaction the JTA UserTransaction for the current transaction
|
||||
* (either a shared object or retrieved through a fresh per-transaction lookuip)
|
||||
* (either a shared object or retrieved through a fresh per-transaction lookup)
|
||||
*/
|
||||
public JtaTransactionObject(UserTransaction userTransaction) {
|
||||
this.userTransaction = userTransaction;
|
||||
|
||||
@@ -133,7 +133,7 @@ public abstract class ResourceHolderSupport implements ResourceHolder {
|
||||
|
||||
/**
|
||||
* Return the time to live for this object in milliseconds.
|
||||
* @return number of millseconds until expiration
|
||||
* @return number of milliseconds until expiration
|
||||
* @throws TransactionTimedOutException if the deadline has already been reached
|
||||
*/
|
||||
public long getTimeToLiveInMillis() throws TransactionTimedOutException{
|
||||
|
||||
Reference in New Issue
Block a user