diff --git a/src/main/java/com/spotify/github/v3/comment/Comment.java b/src/main/java/com/spotify/github/v3/comment/Comment.java index 175fdc19..9cb7fd16 100644 --- a/src/main/java/com/spotify/github/v3/comment/Comment.java +++ b/src/main/java/com/spotify/github/v3/comment/Comment.java @@ -60,6 +60,7 @@ public interface Comment extends UpdateTracking { * * @deprecated Use {@link #position()} instead */ + @Deprecated Optional line(); /** Relative path of the file to comment on. */