You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Bug:
In the code snippet, the @deprecated Javadoc tag is missing. The @deprecated annotation is typically utilized to signal that a method or class is outdated. It's considered good practice to include a Javadoc comment alongside the annotation to give clarity for deprecation and offer recommendations on alternative usage.
Solution:
Add the missing @deprecated Javadoc tag before the function name.
Technical information
Device: [e.g. Nexus 7 (2013)]
OS: [e.g. LineageOS 15.1]
OpenTracks version: [e.g. v3.2.4]
OpenTracks commit id (only for nightly builds): [e.g. 4b333bb]
The text was updated successfully, but these errors were encountered:
Bug:
In the code snippet, the @deprecated Javadoc tag is missing. The @deprecated annotation is typically utilized to signal that a method or class is outdated. It's considered good practice to include a Javadoc comment alongside the annotation to give clarity for deprecation and offer recommendations on alternative usage.
Solution:
Add the missing @deprecated Javadoc tag before the function name.
Technical information
The text was updated successfully, but these errors were encountered: