arturobernalg commented on a change in pull request #328:
URL: 
https://github.com/apache/httpcomponents-client/pull/328#discussion_r752672179



##########
File path: 
httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/DigestScheme.java
##########
@@ -100,10 +100,12 @@
         'e', 'f'
     };
 
-    private static final int QOP_UNKNOWN = -1;
-    private static final int QOP_MISSING = 0;
-    private static final int QOP_AUTH_INT = 1;
-    private static final int QOP_AUTH = 2;
+    /**
+     * Represent the possible values of quality of protection.
+     */
+    private enum QualityProtection {

Review comment:
       Hi @michael-o 
   Changed.
   YU

##########
File path: 
httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/DigestScheme.java
##########
@@ -100,10 +100,12 @@
         'e', 'f'
     };
 
-    private static final int QOP_UNKNOWN = -1;
-    private static final int QOP_MISSING = 0;
-    private static final int QOP_AUTH_INT = 1;
-    private static final int QOP_AUTH = 2;
+    /**
+     * Represent the possible values of quality of protection.
+     */
+    private enum QualityProtection {

Review comment:
       Hi @michael-o 
   Changed.
   TY




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to