From 31bdaf720d8effe9555dc810824b755a3d01e30a Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 15 Oct 2024 01:27:31 +0700 Subject: [PATCH] Remove redundant keyword --- .../web/authentication/LoginUrlAuthenticationEntryPoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/authentication/LoginUrlAuthenticationEntryPoint.java b/web/src/main/java/org/springframework/security/web/authentication/LoginUrlAuthenticationEntryPoint.java index ebbcf53d4c..3bf2c6f0db 100644 --- a/web/src/main/java/org/springframework/security/web/authentication/LoginUrlAuthenticationEntryPoint.java +++ b/web/src/main/java/org/springframework/security/web/authentication/LoginUrlAuthenticationEntryPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2024 Acegi Technology Pty Limited + * Copyright 2004, 2005, 2006 Acegi Technology Pty Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.