OpenMRS
Remove empty method setContentLength from GZIPResponseWrapper
Remove this method: https://github.com/openmrs/openmrs-core/blob/master/web/src/main/java/org/openmrs/web/filter/GZIPResponseWrapper.java#L106-L108 Background Information: Methods should not be empty There are several reasons for a method not to have a method body: It is an unintentional omission, and should be fixed to prevent an unexpected behavior in production. It is not yet, or never will be, supported. In this case an [UnsupportedOperationException|NotSupportedException|IllegalOperationError] should be thrown. The method is an intentionally-blank override. In this case a nested comment should explain the reason for the blank override.
Task tags
Students who completed this task
Jyothsna Ashok