IndexServlet: Add missing serialVersionUID
Change-Id: I8d9fc0980b3836d02afd3c54bfb0db75b519381f
This commit is contained in:
parent
77b0af18c8
commit
8046ae7213
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user