IndexBuffer: resolve a javadoc warning

This commit is contained in:
Stephen Gold 2020-04-15 13:35:55 -07:00
parent a6f2c12700
commit 60967b9f04

View File

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