mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-07 18:49:32 +00:00
Explicit boxing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1477740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e6dceb8cc
commit
361b737752
@ -618,7 +618,7 @@ public class ListUtils {
|
||||
|
||||
@Override
|
||||
public Character get( int index ) {
|
||||
return sequence.charAt( index );
|
||||
return Character.valueOf(sequence.charAt( index ));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user