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:
Luc Maisonobe 2008-07-26 20:00:29 +00:00
parent 4da38a0b39
commit a7cd35389d

View File

@ -216,7 +216,7 @@ public class ComplexFormat extends CompositeFormat {
* 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());
}