소스 검색

resolve an unknown HTML tag in the ColorRGBA javadoc

Stephen Gold 5 년 전
부모
커밋
72de37be21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-core/src/main/java/com/jme3/math/ColorRGBA.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/math/ColorRGBA.java

@@ -379,7 +379,7 @@ public final class ColorRGBA implements Savable, Cloneable, java.io.Serializable
     /**
      * <code>toString</code> returns the string representation of this <code>ColorRGBA</code>.
      * The format of the string is:<br>
-     * <Class Name>: [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 <code>ColorRGBA</code>.
      */
     @Override