Author: luc
Date: Sat Jul 26 13:00:29 2008
New Revision: 680036
URL: http://svn.apache.org/viewvc?rev=680036&view=rev
Log:
reverting a return type changed inadvertently
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/complex/ComplexFormat.java
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/complex/ComplexFormat.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/complex/ComplexFormat.java?rev=680036&r1=680035&r2=680036&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/complex/ComplexFormat.java
(original)
+++
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/complex/ComplexFormat.java
Sat Jul 26 13:00:29 2008
@@ -216,7 +216,7 @@
* Returns the default complex format for the current locale.
* @return the default complex format.
*/
- public static CompositeFormat getInstance() {
+ public static ComplexFormat getInstance() {
return getInstance(Locale.getDefault());
}