Skip to content
Snippets Groups Projects
  • Kurt Partridge's avatar
    01106f6a
    fix IllegalOutOfBoundsException · 01106f6a
    Kurt Partridge authored
    StringUtils.toCodePointArray() had thrown IllegalOutOfBoundsException if
    passed an empty string.  change to just return an empty int[].
    
    Bug: 6188932
    Change-Id: Ic41c628c0d407f49fc98cd48cb7ea13d8d5bdd77
    01106f6a
    History
    fix IllegalOutOfBoundsException
    Kurt Partridge authored
    StringUtils.toCodePointArray() had thrown IllegalOutOfBoundsException if
    passed an empty string.  change to just return an empty int[].
    
    Bug: 6188932
    Change-Id: Ic41c628c0d407f49fc98cd48cb7ea13d8d5bdd77