1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-10-18 20:25:59 +02:00

[core] Refine javadoc for ConnectionConfiguration.getLanguage()

This commit is contained in:
Florian Schmaus 2024-09-15 19:10:14 +02:00
parent 49379afd3f
commit 1c1f57d9ff

View file

@ -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;