]> source.dussan.org Git - poi.git/commit
rewrite ternary expression as simple Math.min call (yes, the ternary expression as...
authorJaven O'Neal <onealj@apache.org>
Tue, 24 Nov 2015 07:05:11 +0000 (07:05 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 24 Nov 2015 07:05:11 +0000 (07:05 +0000)
commit84fdda5736cda9e2dcc656068f3f6b41db73970e
tree64c9ae03117e6dce6fb6fc23af0115512a02cb6a
parentdc1acc7eade562b809651c65b94df4b15a693ae0
rewrite ternary expression as simple Math.min call (yes, the ternary expression as written is equivalent to min, not max, despite the variable being called max. I'll leave that fix up to the original author).

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716044 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java