Home | History | Annotate | Download | only in doc

Lines Matching full:filelock

3450 private static final Integer fileLock = new Integer(1);
3452 synchronized(fileLock) {
3457 <p>It would be much better, in this code, to redeclare fileLock as</p>
3459 private static final Object fileLock = new Object();