# HG changeset patch # User wneuper # Date 1115913048 -7200 # Node ID 1ce7287a6a4cae90e4432137634f172537b75404 # Parent 4d5dd280c3bdac62a4761da25730ee25f7d815d7 java ICalcIteratotr reformatted diff -r 4d5dd280c3bd -r 1ce7287a6a4c src/java/isac/util/interfaces/ICalcIterator.java --- a/src/java/isac/util/interfaces/ICalcIterator.java Thu May 12 17:38:00 2005 +0200 +++ b/src/java/isac/util/interfaces/ICalcIterator.java Thu May 12 17:50:48 2005 +0200 @@ -124,7 +124,7 @@ * is the Iterator on a CalcHead or not */ public boolean onCalcHead() throws RemoteException; - + /** * Use this to get the current element and check the type by calling * getType(). @@ -167,10 +167,10 @@ /** * @return Assumptions accumulated during calculation down to the formula - * under the Iterator - * ATTENTION: this returnvalue is also used by getAssumptions as long as - * getAccumulatedAssumptions does not include references to their _several_ - * sources -- i.e. change _this_ return, not that in getAssumptions ! + * under the Iterator ATTENTION: this returnvalue is also used by + * getAssumptions as long as getAccumulatedAssumptions does not + * include references to their _several_ sources -- i.e. change + * _this_ return, not that in getAssumptions ! */ public Assumptions getAccumulatedAssumptions() throws RemoteException;