Skip to content

Commit eef3c58

Browse files
authored
Merge pull request #1286 from ReyhanPatria/bug/#1269
Removed deprecated from javadoc
2 parents 913a2ed + 87b726e commit eef3c58

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/org/kohsuke/github/GHDeploymentState.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,18 @@ public enum GHDeploymentState {
1313

1414
/**
1515
* The state of the deployment currently reflects it's in progress.
16-
*
17-
* @deprecated until preview feature has graduated to stable
1816
*/
1917
@Preview(Previews.FLASH)
2018
IN_PROGRESS,
2119

2220
/**
2321
* The state of the deployment currently reflects it's queued up for processing.
24-
*
25-
* @deprecated until preview feature has graduated to stable
2622
*/
2723
@Preview(Previews.FLASH)
2824
QUEUED,
2925

3026
/**
3127
* The state of the deployment currently reflects it's no longer active.
32-
*
33-
* @deprecated until preview feature has graduated to stable
3428
*/
3529
@Preview(Previews.ANT_MAN)
3630
INACTIVE

0 commit comments

Comments
 (0)