Ignore:
Timestamp:
2020-06-14T20:19:59+02:00 (4 years ago)
Author:
simon04
Message:

see #19334 - https://errorprone.info/bugpattern/StringSplitter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/kitfox/svg/util/FontSystem.java

    r14331 r16643  
    7878    public static FontSystem createFont(String fontFamily, int fontStyle, int fontWeight, int fontSize)
    7979    {
    80         String[] families = fontFamily.split(",");
     80        String[] families = fontFamily.split(",", -1);
    8181        for (String fontName: families)
    8282        {
Note: See TracChangeset for help on using the changeset viewer.