Преглед на файлове

SEC-1722: Correct javadoc

Luke Taylor преди 14 години
родител
ревизия
dd108041a0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/src/main/java/org/springframework/security/web/session/HttpSessionCreatedEvent.java

+ 1 - 1
web/src/main/java/org/springframework/security/web/session/HttpSessionCreatedEvent.java

@@ -20,7 +20,7 @@ import javax.servlet.http.HttpSession;
 import org.springframework.security.core.session.SessionCreationEvent;
 
 /**
- * Published by the {@link HttpSessionEventPublisher} when a HttpSession is destroyed by the container
+ * Published by the {@link HttpSessionEventPublisher} when an {@code HttpSession} is created by the container
  *
  * @author Ray Krueger
  * @author Luke Taylor