We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1797cdb commit efd5990Copy full SHA for efd5990
1 file changed
vaadin/src/main/java/software/xdev/sse/vaadin/sessioncleaner/VaadinSessionCleaner.java
@@ -45,8 +45,8 @@
45
* </li>
46
* </ul>
47
* 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.
+ * The whole situation is especially problematic when there is no authentication before a
+ * VaadinSession is created.
50
*/
51
public class VaadinSessionCleaner
52
{
0 commit comments