We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9a7b1 commit 450c753Copy full SHA for 450c753
org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/CurrencyEditor.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2009 the original author or authors.
+ * Copyright 2002-2011 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -34,10 +34,6 @@ public void setAsText(String text) throws IllegalArgumentException {
34
setValue(Currency.getInstance(text));
35
}
36
37
- /**
38
- * This implementation returns <code>null</code> to indicate that
39
- * there is no appropriate text representation.
40
- */
41
@Override
42
public String getAsText() {
43
Currency value = (Currency) getValue();
0 commit comments