]> source.dussan.org Git - poi.git/commitdiff
sonar fix
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 6 Jun 2016 23:54:29 +0000 (23:54 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 6 Jun 2016 23:54:29 +0000 (23:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747093 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFColor.java

index 43034a2d1c71220247359327680c2edc6c408f8f..f519f7ec205c828d4166fbcfe13c583c0fef2944 100644 (file)
@@ -168,6 +168,7 @@ public class XSLFColor {
                 }\r
             } else if (ch instanceof CTFontReference) {\r
                 // try next ...\r
+                continue;\r
             } else {\r
                 throw new IllegalArgumentException("Unexpected color choice: " + ch.getClass());\r
             }\r