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

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

Completed in 46 milliseconds