Project

General

Profile

« Previous | Next » 

Revision d7bbef2f

Added by Distorted Admin almost 8 years ago

Fix javadoc errors

View differences:

src/main/java/org/distorted/library/Float4D.java
48 48
 * @param vx new value of the first float
49 49
 * @param vy new value of the second float
50 50
 * @param vz new value of the third float
51
 * @param vz new value of the fourth float
51
 * @param vw new value of the fourth float
52 52
 */
53 53
  public void set(int vx, int vy, int vz, int vw)
54 54
    {
......
65 65
 * @param vx new value of the first float
66 66
 * @param vy new value of the second float
67 67
 * @param vz new value of the third float
68
 * @param vz new value of the fourth float
68
 * @param vw new value of the fourth float
69 69
 */
70 70
  public void set(float vx, float vy, float vz, float vw)
71 71
    {

Also available in: Unified diff