File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
org.springframework.context/src/test/java/org/springframework/format/number Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ private static class TestBean {
193
193
private BigDecimal [] patternArray ;
194
194
195
195
@ NumberFormat (pattern ="#,##.00" )
196
- private List <BigDecimal >[] patternList ;
196
+ private List <BigDecimal > patternList ;
197
197
198
198
@ NumberFormat (pattern ="#,##.00" )
199
199
private List <BigDecimal > patternList2 ;
@@ -246,11 +246,11 @@ public void setPatternArray(BigDecimal[] patternArray) {
246
246
this .patternArray = patternArray ;
247
247
}
248
248
249
- public List <BigDecimal >[] getPatternList () {
249
+ public List <BigDecimal > getPatternList () {
250
250
return patternList ;
251
251
}
252
252
253
- public void setPatternList (List <BigDecimal >[] patternList ) {
253
+ public void setPatternList (List <BigDecimal > patternList ) {
254
254
this .patternList = patternList ;
255
255
}
256
256
You can’t perform that action at this time.
0 commit comments