Skip to content

Commit

Permalink
Fix typo in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Sep 15, 2023
1 parent 1323e76 commit dec1b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface ClientSessionManager extends IDisposable {
* If a new session has been created all {@link ClientSessionListener}s are notified via the
* {@link ClientSessionListener#sessionCreated(ClientSession)} method.
*
* @param parms The initialize parameters
* @param params The initialize parameters
*
* @throws GLSPServerException if another session with matching client id but different diagram type already exists.
*/
Expand Down

0 comments on commit dec1b23

Please sign in to comment.