]> source.dussan.org Git - poi.git/commit
Bug 56511: Add a null-check to ensure that the run actually has a font to not cause...
authorDominik Stadler <centic@apache.org>
Mon, 22 Dec 2014 13:06:58 +0000 (13:06 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 22 Dec 2014 13:06:58 +0000 (13:06 +0000)
commit7744fd96c1e3570de630d150344f7d9065c685d7
tree182e6a96ae43d0a42071efe977eb2d5277d0d7b2
parentb3149076f6719b71fe4efce6c7105349fc9f7ebd
Bug 56511: Add a null-check to ensure that the run actually has a font to not cause a NullPointerException but rather return null as documented

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