Files
gerrit/gerrit-server/src/main
Shawn Pearce 2d0362f1b6 Make IdentifiedUser.clearStarredChanges return void
This method was always returning null. Easier to declare it returns
void instead of a Set<Change.Id> that is always null. Fortunately no
caller used the return value.

Change-Id: I198e0841cf2e9f07e2995700987518c1b99ac6f4
2015-04-02 12:13:28 -07:00
..