mirror of
https://github.com/apache/commons-math.git
synced 2025-02-12 13:06:06 +00:00
reverting a return type changed inadvertently
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@680036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4da38a0b39
commit
a7cd35389d
@ -216,7 +216,7 @@ public class ComplexFormat extends CompositeFormat {
|
|||||||
* Returns the default complex format for the current locale.
|
* Returns the default complex format for the current locale.
|
||||||
* @return the default complex format.
|
* @return the default complex format.
|
||||||
*/
|
*/
|
||||||
public static CompositeFormat getInstance() {
|
public static ComplexFormat getInstance() {
|
||||||
return getInstance(Locale.getDefault());
|
return getInstance(Locale.getDefault());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user