浏览代码

Quaternion: solve a javadoc error

Stephen Gold 3 年之前
父节点
当前提交
6ac0d2e43b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jme3-core/src/main/java/com/jme3/math/Quaternion.java

+ 2 - 2
jme3-core/src/main/java/com/jme3/math/Quaternion.java

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2022 jMonkeyEngine
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -252,7 +252,7 @@ public final class Quaternion implements Savable, Cloneable, java.io.Serializabl
      * Sets the quaternion from the specified Tait-Bryan angles, applying the
      * rotations in x-z-y extrinsic order or y-z'-x" intrinsic order.
      *
-     * @param @param angles an array of Tait-Bryan angles (in radians, exactly 3
+     * @param angles an array of Tait-Bryan angles (in radians, exactly 3
      *     elements, the X angle in {@code angles[0]}, the Y angle in {@code
      *     angles[1]}, and the Z angle in {@code angles[2]}, not null,
      *     unaffected)