diff --git a/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java b/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java index 91006b145..226b2f8bb 100644 --- a/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java +++ b/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java @@ -352,6 +352,7 @@ public final class HSLFFreeformShape extends HSLFAutoShape implements FreeformSh return prop; } + // FIXME: FindBugs-JDK8 identified that this method does nothing private void handleEscapeInfo(Path2D path, byte segElem[], Iterator vertIter) { EscapeInfo ei = getEscapeInfo(segElem); switch (ei) {