Skip to content

Commit efd5990

Browse files
authored
Fix typo
1 parent 1797cdb commit efd5990

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vaadin/src/main/java/software/xdev/sse/vaadin/sessioncleaner/VaadinSessionCleaner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
* </li>
4646
* </ul>
4747
* This might cause sessions to accumulate in memory which will result in a (kind of) memory leak.<br/>
48-
* The whole situation is especially problematic in situations where there is no authentication
49-
* before a VaadinSession is created.
48+
* The whole situation is especially problematic when there is no authentication before a
49+
* VaadinSession is created.
5050
*/
5151
public class VaadinSessionCleaner
5252
{

0 commit comments

Comments
 (0)