Pārlūkot izejas kodu

Fixed confused word in the class javadoc

Artyom Emelyanenko 7 gadi atpakaļ
vecāks
revīzija
902fc0f657

+ 2 - 2
web/src/main/java/org/springframework/security/web/session/HttpSessionDestroyedEvent.java

@@ -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