diff --git a/modules/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/resource/BlockingAcquirableResource.java b/modules/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/resource/BlockingAcquirableResource.java index cfaab71b787..e9a0d52a1a1 100644 --- a/modules/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/resource/BlockingAcquirableResource.java +++ b/modules/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/resource/BlockingAcquirableResource.java @@ -24,11 +24,11 @@ import org.elasticsearch.common.lease.Releasable; /** * A wrapper around a resource that can be released. Note, release should not be * called directly on the resource itself. - *
- *Yea, I now, the fact that the resouce itself is releasable basically means that + * + *
Yea, I now, the fact that the resource itself is releasable basically means that
* users of this class should take care... .
*
- * @author kimchy (Shay Banon)
+ * @author kimchy (shay.banon)
*/
public class BlockingAcquirableResource Yea, I now, the fact that the resouce itself is releasable basically means that
+ *
+ * Yea, I now, the fact that the resource itself is releasable basically means that
* users of this class should take care... .
*
- * @author kimchy (Shay Banon)
+ * @author kimchy (shay.banon)
*/
public class NonBlockingAcquirableResource