Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

fix: Missing Javadoc tag #88

Open
Umang070 opened this issue Oct 12, 2023 · 0 comments
Open

fix: Missing Javadoc tag #88

Umang070 opened this issue Oct 12, 2023 · 0 comments
Labels
bug Something isn't working Group 4
Milestone

Comments

@Umang070
Copy link
Collaborator

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.

image

Solution:
Add the missing @deprecated Javadoc tag before the function name.

image

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]
@Umang070 Umang070 added bug Something isn't working Group 4 labels Oct 12, 2023
@Umang070 Umang070 added this to the Case Study 1 milestone Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Group 4
Projects
None yet
Development

No branches or pull requests

1 participant