1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-19 01:09:56 +00:00
plantuml/src/org/stathissideris/ascii2image/text
soloturn 457197c49f valueOf or auto-unbox instead of new
new Double and similar got a removal warning in java-17, do Double.valueOf,
Double.parseDouble and similar for other types.

.editorconfig caused some trimming of trailing whitespaces.

remove boxing
2022-01-22 04:30:44 +01:00
..
AbstractCell.java Version 6487 2011-04-19 18:50:40 +02:00
AbstractionGrid.java Version 6487 2011-04-19 18:50:40 +02:00
CellSet.java Improve performance by replacing StringBuffer with StringBuilder 2021-11-30 15:54:46 -05:00
GridPattern.java Version 6487 2011-04-19 18:50:40 +02:00
GridPatternGroup.java Version 6487 2011-04-19 18:50:40 +02:00
StringUtils.java Version 6487 2011-04-19 18:50:40 +02:00
TextGrid.java valueOf or auto-unbox instead of new 2022-01-22 04:30:44 +01:00