Files
gerrit/gerrit-server/src/main/java
Dave Borowitz 54c7e9e229 ChangeEditModifier: Use consistent timestamps
Generally call TimeUtil.nowTs() only from the top-level public
methods, and pass the timestamp down into leaf methods like
getCommitterIdent. The exception is modify, which is only called
directly from public methods, never more than once in a given
codepath.

Change-Id: Idd5ed525a9a34aaff4704c26c7aded118d7d2e69
2016-03-07 15:21:16 -05:00
..