Rename getPathSetWebLink to getPatchSetWebLink

Typo introduced in v2.11-rc0~655 (I23716673713db3955d9f1743dee95a87a9db2978,
2014-09-24).

Change-Id: I9cfd2e14ea4ccfbbb7ffa1f50b5ee2ea48aafb0c
This commit is contained in:
Jonathan Nieder
2015-03-12 16:19:15 -07:00
committed by David Pursehouse
parent 1aea830549
commit b3cd6906f8
4 changed files with 5 additions and 5 deletions

View File

@@ -34,5 +34,5 @@ public interface PatchSetWebLink extends WebLink{
* @return WebLinkInfo that links to patch set in external service,
* null if there should be no link.
*/
WebLinkInfo getPathSetWebLink(final String projectName, final String commit);
WebLinkInfo getPatchSetWebLink(final String projectName, final String commit);
}