Hi Eamonn,

In the change sets some variable postfixes were renamed
Nbr  -> No

Example:
Long seqNbr = getNotificationSequenceNumber();
+ Long seqNo = atomicSeqNo.incrementAndGet();


The abbreviation No could also could mean:
No as in 'Yes'/'No' ,
No as in 'Notation',
besides 'Number'.
Generally avoiding unclear naming seems desirable.
Comments ?

-Rob Leland

Reply via email to