Skip to content

Commit eeff7bf

Browse files
Fix deprecated annotation (#206)
* Initial commit * Add @deprecated annotation to the deprecated line() method. The method in was already marked as deprecated with a javadoc tag, but it was missing the annotation. This commit adds the missing annotation to resolve a lint warning. --------- Co-authored-by: labs-code-app[bot] <161369871+labs-code-app[bot]@users.noreply.github.com>
1 parent 8281c7a commit eeff7bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/spotify/github/v3/comment/Comment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public interface Comment extends UpdateTracking {
6060
*
6161
* @deprecated Use {@link #position()} instead
6262
*/
63+
@Deprecated
6364
Optional<Integer> line();
6465

6566
/** Relative path of the file to comment on. */

0 commit comments

Comments
 (0)