(String base, String style)
| 1949 | } |
| 1950 | |
| 1951 | static String mergeStyles(String base, String style) { |
| 1952 | return mergeStyles(base, style, true); |
| 1953 | } |
| 1954 | |
| 1955 | private static String mergeStyles(String base, String style, boolean element) { |
| 1956 | Map<String, String> result = new HashMap<>(); |
no test coverage detected