mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
[geoloc] Mark Builder constructor as deprecated
This commit is contained in:
parent
6011d566cf
commit
6b14fcab75
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue