Remove PatchLineCommentAccess.publish()
This was modified in ae122ef21 to be the various publishBy* methods, and
was accidentally added back in a rebase.
Change-Id: I2ed54feaa1e5c9ce40d0aadb9581289fc3076516
This commit is contained in:
@@ -31,10 +31,6 @@ public interface PatchLineCommentAccess extends
|
||||
@Query("WHERE key.patchKey.patchSetId = ?")
|
||||
ResultSet<PatchLineComment> byPatchSet(PatchSet.Id id) throws OrmException;
|
||||
|
||||
@Query("WHERE key.patchKey = ? AND status = '"
|
||||
+ PatchLineComment.STATUS_PUBLISHED + "' ORDER BY lineNbr,writtenOn")
|
||||
ResultSet<PatchLineComment> published(Patch.Key patch) throws OrmException;
|
||||
|
||||
@Query("WHERE key.patchKey.patchSetId.changeId = ?"
|
||||
+ " AND key.patchKey.fileName = ? AND status = '"
|
||||
+ PatchLineComment.STATUS_PUBLISHED + "' ORDER BY lineNbr,writtenOn")
|
||||
|
||||
Reference in New Issue
Block a user