mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Fix documentation typo.
This commit is contained in:
@@ -21,7 +21,7 @@ public interface ResourceProvider {
|
|||||||
public boolean accept(String path) throws IOException;
|
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.
|
* @param path The path to the resource.
|
||||||
* @return A {@code ByteBuffer} representation of a resource if it exists otherwise {@link Optional#empty()} is
|
* @return A {@code ByteBuffer} representation of a resource if it exists otherwise {@link Optional#empty()} is
|
||||||
|
|||||||
Reference in New Issue
Block a user