Skip to content
Snippets Groups Projects
Commit cbb57dc1 authored by ribeaudc's avatar ribeaudc
Browse files

change:

- Make useful method public.

SVN: 3818
parent 3cd9ee86
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,7 @@ public final class BeanUtils ...@@ -208,7 +208,7 @@ public final class BeanUtils
* @return The new list filled from <var>sourceList</var> or <code>null</code>, if <var>sourceList</var> is * @return The new list filled from <var>sourceList</var> or <code>null</code>, if <var>sourceList</var> is
* <code>null</code>. * <code>null</code>.
*/ */
private final static <T, S> List<T> createBeanList(Class<T> clazz, Iterable<S> source, Converter converter) public final static <T, S> List<T> createBeanList(Class<T> clazz, Iterable<S> source, Converter converter)
{ {
assert clazz != null; assert clazz != null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment