Skip to content

Commit

Permalink
Fix serialVersionUID warning
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Mar 26, 2024
1 parent 7faa086 commit 619c84f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* *
* * The Apache Software License, Version 1.1
* *
* * Copyright (c) 2001, 2021 Oracle and/or its affiliates and others.
* * Copyright (c) 2001, 2024 Oracle and/or its affiliates and others.
* * All rights reserved.
* * Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* * reserved.
Expand Down Expand Up @@ -76,6 +76,8 @@

public class TestServlet extends HttpTCKServlet {

private static final long serialVersionUID = 1L;

public static String CUSTOM_HEADER_DATE_FORMAT = "yyyy-MM-dd HH:mm";

public void cloneTest(HttpServletRequest request,
Expand Down

0 comments on commit 619c84f

Please sign in to comment.