提交 5e36a786 authored 作者: noelgrandin's avatar noelgrandin

javadoc cleanups

上级 510a0427
...@@ -749,7 +749,7 @@ public class Page { ...@@ -749,7 +749,7 @@ public class Page {
* update the position and the children. * update the position and the children.
* *
* @param buff the target buffer * @param buff the target buffer
* @param posOffset the offset of the id * @param chunkId the chunk id
* @return the page id * @return the page id
*/ */
long writeTempRecursive(ByteBuffer buff, int chunkId) { long writeTempRecursive(ByteBuffer buff, int chunkId) {
......
...@@ -896,7 +896,6 @@ public class CacheLongKeyLIRS<V> { ...@@ -896,7 +896,6 @@ public class CacheLongKeyLIRS<V> {
* in the stack. Non-resident-cold entries have their value set to null and * in the stack. Non-resident-cold entries have their value set to null and
* are in the stack and in the non-resident queue. * are in the stack and in the non-resident queue.
* *
* @param <K> the key type
* @param <V> the value type * @param <V> the value type
*/ */
static class Entry<V> { static class Entry<V> {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论