]> source.dussan.org Git - poi.git/commitdiff
javadocs
authorJaven O'Neal <onealj@apache.org>
Wed, 31 May 2017 02:46:24 +0000 (02:46 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 31 May 2017 02:46:24 +0000 (02:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796966 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/formula/Formula.java

index 9f4f25e90d9f9d8d14c2b95fca8dfac34fa379b0..745a482d2d63f67f8d33e360058511abe3ff8c99 100644 (file)
@@ -168,7 +168,7 @@ public class Formula {
         * returned by this method will  match the top left corner of the range of that grouping.
         * The return value is usually not the same as the location of the cell containing this formula.
         *
-        * @return the firstRow & firstColumn of an array formula or shared formula that this formula
+        * @return the firstRow &amp; firstColumn of an array formula or shared formula that this formula
         * belongs to.  <code>null</code> if this formula is not part of an array or shared formula.
         */
        public CellReference getExpReference() {