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

mboehm7 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 2c76f91a27 [MINOR] Fix java doc error (missing closing tag)
2c76f91a27 is described below

commit 2c76f91a27806563f39d3e5a93793354e3f76f5e
Author: Matthias Boehm <[email protected]>
AuthorDate: Sat Oct 18 15:36:04 2025 +0200

    [MINOR] Fix java doc error (missing closing tag)
---
 .../org/apache/sysds/runtime/controlprogram/caching/CacheableData.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java
 
b/src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java
index 3eb9a320da..7457e56ba5 100644
--- 
a/src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java
+++ 
b/src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java
@@ -500,7 +500,7 @@ public abstract class CacheableData<T extends 
CacheBlock<?>> extends Data
        }
        
        /**
-        * Probes if stream handle is existing, because 
<code>getStreamHandle<code>
+        * Probes if stream handle is existing, because 
<code>getStreamHandle</code>
         * creates a new stream if not existing.
         * 
         * @return true if existing, false otherwise

Reply via email to