mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix typo in ResourceHolder#isVoid Javadoc
Issue: SPR-8843
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public interface ResourceHolder {
|
||||
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.
|
||||
*/
|
||||
boolean isVoid();
|
||||
|
||||
Reference in New Issue
Block a user