1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 23:54:49 +02:00

[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

View file

@ -388,6 +388,15 @@ public final class GeoLocation implements Serializable, ExtensionElement, FormFi
private String tzo; private String tzo;
private URI uri; 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. * Sets accuracy of horizontal GPS error in meters.
* *