Skip to content

Commit

Permalink
Remove ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Feb 24, 2021
1 parent cb70d95 commit c361cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To integrate your plugin with Resource Disposer, follow these instructions.

=== Overview

Resource Disposer defines a single point of entry, `AsyncResourceDisposer.get().dispose()`, for consumers to have resources deleted asynchronously.
Resource Disposer defines a single point of entry, `AsyncResourceDisposer.get().dispose()`, for consumers to have resources deleted asynchronously.
Resource Disposer tracks the resources and attempts to dispose of them periodically until it succeeds.
The registered resource is represented as a `Disposable`, a named wrapper that knows how the resource should be disposed of through `Disposable#dispose()`.
The method is expected to either confirm the resource has been disposed of (by returning) or to provide the reason the resource could not be disposed of (for mere convenience, by throwing an exception that will be captured as the reason).
Expand Down

0 comments on commit c361cb5

Please sign in to comment.