Author: fanningpj Date: Mon Jul 1 14:07:16 2019 New Revision: 1862382 URL: http://svn.apache.org/viewvc?rev=1862382&view=rev Log: [bug-63533] fix javadoc that refers to horisontalPdi
Modified: poi/trunk/src/java/org/apache/poi/ss/util/ImageUtils.java Modified: poi/trunk/src/java/org/apache/poi/ss/util/ImageUtils.java URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/ImageUtils.java?rev=1862382&r1=1862381&r2=1862382&view=diff ============================================================================== --- poi/trunk/src/java/org/apache/poi/ss/util/ImageUtils.java (original) +++ poi/trunk/src/java/org/apache/poi/ss/util/ImageUtils.java Mon Jul 1 14:07:16 2019 @@ -112,7 +112,7 @@ public class ImageUtils { * Return the the "effective" dpi calculated as <code>25.4/HorizontalPixelSize</code> * and <code>25.4/VerticalPixelSize</code>. Where 25.4 is the number of mm in inch. * - * @return array of two elements: <code>{horisontalPdi, verticalDpi}</code>. + * @return array of two elements: <code>{horizontalDpi, verticalDpi}</code>. * {96, 96} is the default. */ public static int[] getResolution(ImageReader r) throws IOException { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org