Skip to content

Commit 2c76f91

Browse files
committed
[MINOR] Fix java doc error (missing closing tag)
1 parent 78c8d7f commit 2c76f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ else if(_streamHandle != null && _streamHandle.isProcessed()
500500
}
501501

502502
/**
503-
* Probes if stream handle is existing, because <code>getStreamHandle<code>
503+
* Probes if stream handle is existing, because <code>getStreamHandle</code>
504504
* creates a new stream if not existing.
505505
*
506506
* @return true if existing, false otherwise

0 commit comments

Comments
 (0)