Skip to content

Commit efbdfd7

Browse files
committed
Changing link for see
1 parent 4842c94 commit efbdfd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/me/lemire/integercompression/FastPFOR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* schemes.</p>
3232
*
3333
* Note that this does not use differential coding: if you are working on sorted
34-
* lists, you should first compute deltas, see {@link #me.lemire.integercompression.differential.Delta#delta}.
34+
* lists, you should first compute deltas, @see me.lemire.integercompression.differential.Delta#delta.
3535
*
3636
* For multi-threaded applications, each thread should use its own FastPFOR
3737
* object.

src/main/java/me/lemire/integercompression/FastPFOR128.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* This class is similar to FastPFOR but uses a small block size.
1515
*
1616
* Note that this does not use differential coding: if you are working on sorted
17-
* lists, you should first compute deltas, see {@link #me.lemire.integercompression.differential.Delta#delta}.
17+
* lists, you should first compute deltas, @see me.lemire.integercompression.differential.Delta#delta.
1818
*
1919
* For multi-threaded applications, each thread should use its own FastPFOR
2020
* object.

0 commit comments

Comments
 (0)