Skip to content

Commit 0286dde

Browse files
authored
RequestBuilder.gzip is marked as Deprecated incorrectly (#4331)
Fixed #3604
1 parent faff662 commit 0286dde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CodenameOne/src/com/codename1/io/rest/RequestBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ public RequestBuilder readTimeout(int timeout) {
414414
* Sets the request to be a gzip request
415415
*
416416
* @return RequestBuilder instance
417-
* @deprecated this API was implemented incorrectly
418417
*/
419418
public RequestBuilder gzip() {
420419
header("Accept-Encoding", "gzip");

0 commit comments

Comments
 (0)