Changeset 3067


Ignore:
Timestamp:
07/08/08 15:46:27 (5 years ago)
Author:
awwalter
Message:

synched with trunk update of SolutionLockTN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PP/branches/leap-second-dev-branch/jungle/src/org/trinet/jasi/TN/SolutionLockTN.java

    r2988 r3067  
    137137        // must set 'lockingWorks' true for doSQL to attempt the dbase query 
    138138 
    139         int id = (int) Math.random() * 100; 
     139        //int id = (long) (Math.random() * 100.); // may or not be a valid db id 
    140140        lockingWorks = true; 
    141         setSolution(id); 
     141        setSolution(0l); // just pick a bogus id for test - as suggested by P. Lombard 
    142142 
    143143        if (lock()) { 
Note: See TracChangeset for help on using the changeset viewer.