Skip to content

Commit cb2f4a1

Browse files
committed
Fix broken javadoc
1 parent 6e60fdc commit cb2f4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/bytedeco/javacv/Frame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public <I extends Indexer> I createIndexer(boolean direct, int i) {
211211
* Expect a heap overflow exception when using this method without cleaning up.
212212
*
213213
* @return A deep copy of this frame.
214-
* @see {@link #cloneBufferArray}
214+
* @see #cloneBufferArray
215215
*
216216
* Extension proposed by Dragos Dutu
217217
* */

0 commit comments

Comments
 (0)