From 6cbf62a3b5f839ec73c265a80a37d1ef9655c99f Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Fri, 17 Apr 2020 11:04:02 -0700 Subject: [PATCH] resolve an unknown HTML tag in the ColorRGBA javadoc --- jme3-core/src/main/java/com/jme3/math/ColorRGBA.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-core/src/main/java/com/jme3/math/ColorRGBA.java b/jme3-core/src/main/java/com/jme3/math/ColorRGBA.java index 94d91e5bd..5bda485f1 100644 --- a/jme3-core/src/main/java/com/jme3/math/ColorRGBA.java +++ b/jme3-core/src/main/java/com/jme3/math/ColorRGBA.java @@ -380,7 +380,7 @@ public final class ColorRGBA implements Savable, Cloneable, java.io.Serializable /** * toString returns the string representation of this ColorRGBA. * The format of the string is:
- * : [R=RR.RRRR, G=GG.GGGG, B=BB.BBBB, A=AA.AAAA] + * Color[R.RRRR, G.GGGG, B.BBBB, A.AAAA] * @return The string representation of this ColorRGBA. */ @Override