Fix typo in ResourceHolder#isVoid Javadoc
Issue: SPR-8843
This commit is contained in:
parent
1d5ca80924
commit
56608d6bd6
|
|
@ -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…
Reference in New Issue