Skip to content

Commit

Permalink
953 Mode information to PDD
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Jan 24, 2019
1 parent be2fac4 commit 29deb3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/takes/servlet/SrvTake.java
Expand Up @@ -41,7 +41,8 @@
* @since 2.0
* @todo #953:30min Integration with Servlets Session API,
* see https://github.com/yegor256/takes/pull/865 discussion for details.
* Add support and tests to Servlet Session.
* Add support and tests to Servlet Session. This implementation will
* able store data in the server side, as a session does.
*/
public final class SrvTake extends HttpServlet {
/**
Expand Down

0 comments on commit 29deb3e

Please sign in to comment.