Skip to content

Commit bbc8ff1

Browse files
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.
1 parent 7e35c1c commit bbc8ff1

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)