Package com.google.gerrit.server.notedb
Class LegacyChangeNoteRead
- java.lang.Object
-
- com.google.gerrit.server.notedb.LegacyChangeNoteRead
-
public class LegacyChangeNoteRead extends Object
-
-
Constructor Summary
Constructors Constructor Description LegacyChangeNoteRead(String serverId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Id
parseIdent(org.eclipse.jgit.lib.PersonIdent ident, Change.Id changeId)
List<Comment>
parseNote(byte[] note, org.eclipse.jgit.util.MutableInteger p, Change.Id changeId)
-
-
-
Constructor Detail
-
LegacyChangeNoteRead
@Inject public LegacyChangeNoteRead(String serverId)
-
-
Method Detail
-
parseIdent
public Account.Id parseIdent(org.eclipse.jgit.lib.PersonIdent ident, Change.Id changeId) throws org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
org.eclipse.jgit.errors.ConfigInvalidException
-
-