summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-plugins.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-plugins.txt')
-rw-r--r--Documentation/dev-plugins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt
index cecb258202..8bfac13b37 100644
--- a/Documentation/dev-plugins.txt
+++ b/Documentation/dev-plugins.txt
@@ -1795,7 +1795,7 @@ public class MyWeblinkPlugin implements PatchSetWebLink {
private String imageUrl = "http://placehold.it/16x16.gif";
@Override
- public WebLinkInfo getPathSetWebLink(String projectName, String commit) {
+ public WebLinkInfo getPatchSetWebLink(String projectName, String commit) {
return new WebLinkInfo(name,
imageUrl,
String.format(placeHolderUrlProjectCommit, project, commit),