Fix typo in ResourceHolder#isVoid Javadoc

Issue: SPR-8843
This commit is contained in:
Chris Beams 2011-11-16 23:32:42 +00:00
parent 1d5ca80924
commit 56608d6bd6
1 changed files with 1 additions and 1 deletions

View File

@ -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();