diff --git a/src/org/apollo/update/resource/ResourceProvider.java b/src/org/apollo/update/resource/ResourceProvider.java index 2c6f9960..dcb1e254 100644 --- a/src/org/apollo/update/resource/ResourceProvider.java +++ b/src/org/apollo/update/resource/ResourceProvider.java @@ -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