summaryrefslogtreecommitdiffstats
path: root/processing/src/main/java/com/yahoo/processing/execution/ResponseReceiver.java
diff options
context:
space:
mode:
Diffstat (limited to 'processing/src/main/java/com/yahoo/processing/execution/ResponseReceiver.java')
-rw-r--r--processing/src/main/java/com/yahoo/processing/execution/ResponseReceiver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/processing/src/main/java/com/yahoo/processing/execution/ResponseReceiver.java b/processing/src/main/java/com/yahoo/processing/execution/ResponseReceiver.java
index fbc6d0fb6d8..2d4b3a9c317 100644
--- a/processing/src/main/java/com/yahoo/processing/execution/ResponseReceiver.java
+++ b/processing/src/main/java/com/yahoo/processing/execution/ResponseReceiver.java
@@ -8,7 +8,7 @@ import com.yahoo.processing.Response;
* Freeze listeners may implement this to be handed the response
* before they are run. There is probably no other sensible use for this.
*
- * @author <a href="mailto:bratseth@yahoo-inc.com">Jon Bratseth</a>
+ * @author bratseth
*/
public interface ResponseReceiver {