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

Fix JavaDoc.

parent 170b20cc
...@@ -215,10 +215,9 @@ public interface Session extends RoutableChannelHandler { ...@@ -215,10 +215,9 @@ public interface Session extends RoutableChannelHandler {
public String getCipherSuiteName(); public String getCipherSuiteName();
/** /**
* Returns the language code that should be used for this connection * Returns the locale that is used for this session (e.g. {@link Locale#ENGLISH}).
* (e.g. "en").
* *
* @return the language code for the connection. * @return The language for the session.
*/ */
Locale getLanguage(); 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