Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Sep 5, 2024
1 parent 0cc1faa commit 6b5e94e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/net/imglib2/blocks/SubArrayCopy.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ static < S, T > Typed< S, T > forPrimitiveType( final PrimitiveType primitiveTyp
* the source type. Must be a primitive array or buffer type (e.g., {@code double[]} or {@code IntBuffer})
* @param <T>
* the target type. Must be a primitive array or buffer type (e.g., {@code double[]} or {@code IntBuffer})
*
* @param <S>
* @param <T>
*/
interface Typed< S, T >
{
Expand Down

0 comments on commit 6b5e94e

Please sign in to comment.