This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new b2be3a82 Add @Override
b2be3a82 is described below

commit b2be3a82b2d0902e89718a56c6afb5850d020668
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 13 07:35:42 2026 -0400

    Add @Override
---
 src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java 
b/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
index acc439b2..73e8a4ab 100644
--- a/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
+++ b/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
@@ -306,6 +306,7 @@ public class GitIdentifiers {
          *
          * @return The raw tree identifier bytes.
          */
+        @Override
         public byte[] get() {
             final Set<DirectoryEntry> entries = new 
TreeSet<>(fileEntries.values());
             dirEntries.forEach((k, v) -> entries.add(new DirectoryEntry(k, 
FileMode.DIRECTORY, v.get())));

Reply via email to