Searched refs:nextAuthorId (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java98 private final AtomicInteger nextAuthorId = new AtomicInteger(); field in class:JDBCHistoryCache
248 initIdGenerator(s, "getMaxAuthorId", nextAuthorId);
957 int id = nextAuthorId.getAndIncrement();

Completed in 10 milliseconds