Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-weswit committed Mar 20, 2020
1 parent 9a89f52 commit 562ef76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/src_metadata/chat_demo/adapters/ChatMetadataAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class ChatMetadataAdapter extends LiteralBasedProvider {
private Logger logger;

/**
* Keeps the client context informations supplied by Lightstreamer on the
* Keeps the client context information supplied by Lightstreamer on the
* new session notifications.
* Session information is needed to uniquely identify each client.
*/
Expand Down Expand Up @@ -143,7 +143,7 @@ public void notifySessionClose(String session) throws NotificationException {
//the session must exist to be closed
assert(sessions.containsKey(session));

//we have to remove session informations from the session HashMap
//we have to remove session information from the session HashMap
//and from the pairs "Set"

Map<String,String> sessionInfo = sessions.get(session);
Expand Down

0 comments on commit 562ef76

Please sign in to comment.