tommysiu / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 0 forks source link

padding property of Field is wrong type in annotation #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It looks like that Field annotation's padding property is set to be an int, 
when it should be a String to be consistent with the xml configuration (and 
intended behaviour of the property).

Original issue reported on code.google.com by jbu...@ersinc.com on 23 Dec 2013 at 8:41

GoogleCodeExporter commented 8 years ago
I see now that it takes a char, which converts to an int.

Original comment by jbu...@ersinc.com on 23 Dec 2013 at 9:32

GoogleCodeExporter commented 8 years ago
Closing this as it does not appear to be an issue.

Original comment by kevin.s...@gmail.com on 11 Jan 2014 at 8:13