mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
[geoloc] Mark Builder class final
This commit is contained in:
parent
70cb9e8a94
commit
5cd77ec741
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ public final class GeoLocation implements Serializable, ExtensionElement, FormFi
|
|||
* <br><br>
|
||||
* To set GeoLocation parameters, use their respective setters.
|
||||
*/
|
||||
public static class Builder {
|
||||
public static final class Builder {
|
||||
|
||||
private Double accuracy;
|
||||
private Double alt;
|
||||
|
|
Loading…
Reference in a new issue