cstamas commented on a change in pull request #141:
URL: https://github.com/apache/maven-resolver/pull/141#discussion_r795066332



##########
File path: 
maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/checksum/ChecksumPolicy.java
##########
@@ -64,53 +64,52 @@
  */
 public interface ChecksumPolicy
 {
-
     /**
-     * Bit flag indicating a checksum which is not part of the official 
repository layout/structure.
+     * Enum denoting origin of checksum: remotely fetched (was before the 
"official"), smart or provided.
+     *
+     * @since TBD
      */
-    int KIND_UNOFFICIAL = 0x01;
+    enum ChecksumKind
+    {
+        REMOTE, SMART, PROVIDED

Review comment:
       fixed




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


Reply via email to