mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
[core] Refine javadoc for ConnectionConfiguration.getLanguage()
This commit is contained in:
parent
49379afd3f
commit
1c1f57d9ff
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ public abstract class ConnectionConfiguration {
|
||||||
/**
|
/**
|
||||||
* Returns the stream language to use when connecting to the server.
|
* Returns the stream language to use when connecting to the server.
|
||||||
*
|
*
|
||||||
* @return the stream language to use when connecting to the server.
|
* @return the stream language to use when connecting to the server or <code>null</code>.
|
||||||
*/
|
*/
|
||||||
public Locale getLanguage() {
|
public Locale getLanguage() {
|
||||||
return language;
|
return language;
|
||||||
|
|
Loading…
Reference in a new issue