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

leerho pushed a commit to branch main25
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git

commit d0536d28c1212309c3ad3b89ea6facc1831b849f
Author: Lee Rhodes <[email protected]>
AuthorDate: Sat Feb 7 17:46:07 2026 -0800

    branch main25 now runs on Java25.
---
 pom.xml                                                          | 2 +-
 src/main/java/org/apache/datasketches/memory/WritableMemory.java | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1102623a..4fe45e81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ under the License.
 
     <!-- System-wide properties -->
     <maven.version>3.6.3</maven.version>
-    <java.version>24</java.version>
+    <java.version>25</java.version>
     <jvm-arguments></jvm-arguments>
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <maven.compiler.target>${java.version}</maven.compiler.target>
diff --git a/src/main/java/org/apache/datasketches/memory/WritableMemory.java 
b/src/main/java/org/apache/datasketches/memory/WritableMemory.java
index c8da6735..8cb00e34 100644
--- a/src/main/java/org/apache/datasketches/memory/WritableMemory.java
+++ b/src/main/java/org/apache/datasketches/memory/WritableMemory.java
@@ -642,7 +642,6 @@ public interface WritableMemory extends Memory {
       long offsetBytes,
       byte bitMask);
 
-
   //OTHER WRITABLE API METHODS
   /**
    * Returns a copy of the primitive backing array as a byte array.


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

Reply via email to