Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/InventorySupport.java

Diff revisions: vs.
  @@ -3,9 +3,9 @@
3 3
4 4 /**
5 5 * Status Codes for Inventory related counting. Normally the process is:
6 - *
7 - * Defaults to NC at start of count,
8 - * Once count starts, it changes to OK if the Expected Count matches the Actual Count, otherwise changes to NM.
6 + * <p/>
7 + * Defaults to NC at start of count,
8 + * Once count starts, it changes to OK if the Expected Count matches the Actual Count, otherwise changes to NM.
9 9 */
10 10 public class InventorySupport
11 11 {