From 3795b02092da298a4783b238d73036c4fef8cded Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Fri, 19 Jan 2024 15:00:23 -0800 Subject: [PATCH] CustomConvexShape: clarify the class javadoc --- .../com/jme3/bullet/collision/shapes/CustomConvexShape.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java b/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java index eb937c1b..245a47f7 100644 --- a/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java +++ b/src/main/java/com/jme3/bullet/collision/shapes/CustomConvexShape.java @@ -36,7 +36,7 @@ import jme3utilities.Validate; /** - * The abstract base class for custom collision shapes defined in terms of their + * An abstract base class for custom collision shapes defined in terms of their * supporting vertices, based on Bullet's {@code btConvexInternalShape}. * * @author Stephen Gold sgold@sonic.net