You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/06/16 12:47:50 UTC

svn commit: r668107 - /commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java

Author: luc
Date: Mon Jun 16 03:47:50 2008
New Revision: 668107

URL: http://svn.apache.org/viewvc?rev=668107&view=rev
Log:
missing dot at end of javadoc first sentence

Modified:
    commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java

Modified: commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java?rev=668107&r1=668106&r2=668107&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java (original)
+++ commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java Mon Jun 16 03:47:50 2008
@@ -50,7 +50,7 @@
   /** 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. */