Skip to content

Commit

Permalink
improving the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laminba2003 committed Jan 4, 2021
1 parent a25ba94 commit 6062b32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/asciidoc/index.adoc
Expand Up @@ -1421,8 +1421,8 @@ Below is a Java class that implements the https://docs.oracle.com/javaee/7/api/j
[#src-listing]
[source,java]
----
import javax.servlet.HttpSessionEvent;
import javax.servlet.HttpSessionListener;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
import javax.servlet.annotation.WebListener;
@WebListener
Expand Down Expand Up @@ -1538,8 +1538,8 @@ Below is a Java class that implements the https://docs.oracle.com/javaee/7/api/j
[#src-listing]
[source,java]
----
import javax.servlet.HttpSessionBindingEvent;
import javax.servlet.HttpSessionAttributeListener;
import javax.servlet.http.HttpSessionBindingEvent;
import javax.servlet.http.HttpSessionAttributeListener;
import javax.servlet.annotation.WebListener;
@WebListener
Expand Down Expand Up @@ -1658,7 +1658,7 @@ Below is a Java class that implements the https://docs.oracle.com/javaee/7/api/j
[#src-listing]
[source,java]
----
import javax.servlet.HttpSessionBindingEvent;
import javax.servlet.http.HttpSessionBindingEvent;
import javax.servlet.http.HttpSessionBindingListener;
import javax.servlet.annotation.WebListener;
Expand Down

0 comments on commit 6062b32

Please sign in to comment.