IndexBuffer: resolve a javadoc warning

This commit is contained in:
Stephen Gold 2020-04-15 13:35:55 -07:00
parent 3a5f9661ab
commit ce862bc09e

View File

@ -161,7 +161,7 @@ public abstract class IndexBuffer {
* mesh.setBuffer(Type.Index, 3,
* indexBuffer.getFormat(), indexBuffer);
* </pre>
* @return
* @return an enum value
*/
public abstract Format getFormat();
}