]> 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)
commit6c7a9314db4ca98068e8f557f046a487a1fd4512
tree64c9ae03117e6dce6fb6fc23af0115512a02cb6a
parent7122ad4549987568e00d64f1f84ebaf70e2c0b29
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