From 74612605e2315e6997e6b1b2d0697344c6122e21 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 30 Nov 2015 17:23:49 -0800 Subject: [PATCH] Adjust doc. --- plug-in-development/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 851afdf..cab8233 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -265,7 +265,7 @@ class JavaBuildGenerator: IInitContributor { Contributors that need to be selected all need to implement the following interface:

-interface IAffinity {
+interface IProjectAffinity {
 /**
  * @return an integer indicating the affinity of your actor for the given project. The actor that returns
  * the highest affinity gets selected.