Skip to content

Commit

Permalink
[chore] Remove useless TODO (#8501)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBtz authored Sep 20, 2023
1 parent 99590c8 commit af260cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/acegisecurity/Authentication.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import org.acegisecurity.userdetails.UserDetails;

/**
* @deprecated use TODO or {@link org.springframework.security.core.Authentication}
* @deprecated use {@link org.springframework.security.core.Authentication}
*/
@Deprecated
public interface Authentication extends Principal, Serializable {
Expand Down

0 comments on commit af260cb

Please sign in to comment.