[geoloc] Mark Builder constructor as deprecated

This commit is contained in:
Florian Schmaus 2021-05-02 17:15:13 +02:00
parent 6011d566cf
commit 6b14fcab75
1 changed files with 9 additions and 0 deletions

View File

@ -388,6 +388,15 @@ public final class GeoLocation implements Serializable, ExtensionElement, FormFi
private String tzo;
private URI uri;
/**
* Deprecated, do not use.
* @deprecated use {@link GeoLocation#builder()} instead.
*/
@Deprecated
// TODO Make constructor private in Smack 4.6.
public Builder() {
}
/**
* Sets accuracy of horizontal GPS error in meters.
*