Move getCommentPsId from notedb to common location

Change-Id: I683bf59ade30304bed104fae95204e344a95506d
This commit is contained in:
Dave Borowitz
2015-04-30 09:24:00 -07:00
parent f6b2049d51
commit a91e7dc35c
5 changed files with 11 additions and 12 deletions

View File

@@ -16,8 +16,8 @@ package com.google.gerrit.server.notedb;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkState;
import static com.google.gerrit.server.PatchLineCommentsUtil.getCommentPsId;
import static com.google.gerrit.server.notedb.CommentsInNotesUtil.addCommentToMap;
import static com.google.gerrit.server.notedb.CommentsInNotesUtil.getCommentPsId;
import com.google.common.collect.ListMultimap;
import com.google.common.collect.Lists;