IndexServlet: Add missing serialVersionUID

Change-Id: I8d9fc0980b3836d02afd3c54bfb0db75b519381f
This commit is contained in:
David Pursehouse 2017-04-04 11:21:40 +09:00
parent 77b0af18c8
commit 8046ae7213

View File

@ -33,6 +33,7 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class IndexServlet extends HttpServlet {
private static final long serialVersionUID = 1L;
private final byte[] indexSource;
IndexServlet(String canonicalURL, @Nullable String cdnPath) throws URISyntaxException {