Rename WhoisServer and WhoisHttpServer to actions

These servlets are converted to actions during daggerization. Calling them servers are misleading.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190942237
This commit is contained in:
jianglai 2018-03-29 09:40:44 -07:00
parent 038a2679c7
commit c40eda3235
21 changed files with 170 additions and 185 deletions

View file

@ -31,7 +31,7 @@ import org.joda.time.DateTime;
/**
* Instrumentation for WHOIS requests.
*
* @see WhoisServer
* @see WhoisAction
*/
public class WhoisMetrics {