Skip to content

Commit f4ef724

Browse files
committed
remove enum constants which are never used
1 parent 760112e commit f4ef724

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/main/java/zowe/client/sdk/rest/type/ZosmfRequestType.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,10 @@ public enum ZosmfRequestType {
3737
* Delete JSON type
3838
*/
3939
DELETE_JSON,
40-
/**
41-
* Delete TEXT type
42-
*/
43-
DELETE_TEXT,
4440
/**
4541
* Post-JSON type
4642
*/
4743
POST_JSON,
48-
/**
49-
* Post-TEXT type
50-
*/
51-
POST_TEXT,
5244
/**
5345
* Get STREAM type
5446
*/

0 commit comments

Comments
 (0)