Skip to content

Commit

Permalink
add deprecated to logUrl field
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer committed Nov 23, 2020
1 parent 247b013 commit 59b61cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/kohsuke/github/GHDeploymentStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public URL getTargetUrl() {
*
* @return the target url
*/
@Deprecated
@Preview(Previews.ANT_MAN)
public URL getLogUrl() {
return GitHubClient.parseURL(log_url);
Expand Down

0 comments on commit 59b61cd

Please sign in to comment.