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:
Luc Maisonobe 2008-06-16 10:47:50 +00:00
parent e2a9416471
commit 151be95053
1 changed files with 1 additions and 1 deletions

View File

@ -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. */