Fixed confused word in the class javadoc

This commit is contained in:
Artyom Emelyanenko 2018-04-06 18:18:10 +10:00 committed by Rob Winch
parent b91ebf7090
commit 902fc0f657
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ import org.springframework.security.core.session.SessionDestroyedEvent;
import java.util.*;
/**
* Published by the {@link HttpSessionEventPublisher} when a HttpSession is created in the
* container
* Published by the {@link HttpSessionEventPublisher} when a HttpSession is removed from
* the container
*
* @author Ray Krueger
* @author Luke Taylor