mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Fix documentation typo.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user