whitespace change

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-10-31 19:56:22 +00:00
parent f98fda03c1
commit d0694f4fc9

View File

@ -148,7 +148,9 @@ public final class FormulaShifter {
} }
} }
/** /**
* @return <code>true</code> if this Ptg needed to be changed * @return in-place modified ptg (if row move would cause Ptg to change),
* deleted ref ptg (if row move causes an error),
* or null (if no Ptg change is needed)
*/ */
private Ptg adjustPtgDueToRowMove(Ptg ptg, int currentExternSheetIx) { private Ptg adjustPtgDueToRowMove(Ptg ptg, int currentExternSheetIx) {
if(ptg instanceof RefPtg) { if(ptg instanceof RefPtg) {