Fix documentation typo.

This commit is contained in:
Ryley Kimmel
2015-03-01 11:07:12 -05:00
parent 3c6ff3b370
commit 9089b57e62
@@ -21,7 +21,7 @@ public interface ResourceProvider {
public boolean accept(String path) throws IOException;
/**
* The resource data, as a {@link ByteBuffer}, wrapped in an {@link Optional}.
* Gets the resource data, as a {@link ByteBuffer}, wrapped in an {@link Optional}.
*
* @param path The path to the resource.
* @return A {@code ByteBuffer} representation of a resource if it exists otherwise {@link Optional#empty()} is