Author: luc
Date: Sun Jul 27 07:30:43 2008
New Revision: 680111
URL: http://svn.apache.org/viewvc?rev=680111&view=rev
Log:
fixed typo
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3DFormat.java
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3DFormat.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3DFormat.java?rev=680111&r1=680110&r2=680111&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3DFormat.java
(original)
+++
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3DFormat.java
Sun Jul 27 07:30:43 2008
@@ -27,7 +27,7 @@
/**
* Formats a 3D vector in components list format "{x; y; z}".
- * <p>The prefix and suffix "{" and "}" and the separator ", " can be replaced
by
+ * <p>The prefix and suffix "{" and "}" and the separator "; " can be replaced
by
* any user-defined strings. The number format for components can be
configured.</p>
* <p>White space is ignored at parse time, even if it is in the prefix, suffix
* or separator specifications. So even if the default separator does include
a space