sonar fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60d35b92c6
commit
a749f7f3f5
@ -168,6 +168,7 @@ public class XSLFColor {
|
|||||||
}
|
}
|
||||||
} else if (ch instanceof CTFontReference) {
|
} else if (ch instanceof CTFontReference) {
|
||||||
// try next ...
|
// try next ...
|
||||||
|
continue;
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalArgumentException("Unexpected color choice: " + ch.getClass());
|
throw new IllegalArgumentException("Unexpected color choice: " + ch.getClass());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user