Commit 8c1768c8 authored by Christian Schudt's avatar Christian Schudt

Fix JavaDoc.

parent 170b20cc
......@@ -215,10 +215,9 @@ public interface Session extends RoutableChannelHandler {
public String getCipherSuiteName();
/**
* Returns the language code that should be used for this connection
* (e.g. "en").
* Returns the locale that is used for this session (e.g. {@link Locale#ENGLISH}).
*
* @return the language code for the connection.
* @return The language for the session.
*/
Locale getLanguage();
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment