Fix typo in ResourceHolder#isVoid Javadoc

Issue: SPR-8843
master
Chris Beams 13 years ago
parent 1d5ca80924
commit 56608d6bd6
  1. 2
      org.springframework.transaction/src/main/java/org/springframework/transaction/support/ResourceHolder.java

@ -39,7 +39,7 @@ public interface ResourceHolder {
void unbound(); void unbound();
/** /**
* Determine whether this holder is considere as 'void', * Determine whether this holder is considered as 'void',
* i.e. as a leftover from a previous thread. * i.e. as a leftover from a previous thread.
*/ */
boolean isVoid(); boolean isVoid();

Loading…
Cancel
Save