michael-o commented on a change in pull request #178: Httpcore 618 http status 
as a class
URL: 
https://github.com/apache/httpcomponents-core/pull/178#discussion_r361873170
 
 

 ##########
 File path: httpcore5/src/main/java/org/apache/hc/core5/http/HttpStatus.java
 ##########
 @@ -46,118 +46,118 @@
  * @see <a href="https://tools.ietf.org/html/rfc2295";>RFC2295 (Transparent 
Content Negotiation)</a>
  * @since 4.0
  */
-public interface HttpStatus {
+public class HttpStatus {
 
 Review comment:
   Also here maybe:
   
   ```
       private StandardCharsets() {
           throw new AssertionError("No java.nio.charset.StandardCharsets 
instances for you!");
       }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to