missing dot at end of javadoc first sentence
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@668107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e2a9416471
commit
151be95053
|
@ -50,7 +50,7 @@ public class Vector3D
|
|||
/** Opposite of the third canonical vector (coordinates: 0, 0, -1). */
|
||||
public static final Vector3D MINUS_K = new Vector3D(0, 0, -1);
|
||||
|
||||
/** Serializable version identifier */
|
||||
/** Serializable version identifier. */
|
||||
private static final long serialVersionUID = -6155041477622120793L;
|
||||
|
||||
/** Abscissa. */
|
||||
|
|
Loading…
Reference in New Issue