提交 36c367e7 authored 作者: noelgrandin's avatar noelgrandin

fix some javadoc comments

上级 1e9832f5
......@@ -132,7 +132,7 @@ public class BtreeMapStore {
* Mark a map as changed.
*
* @param name the map name
* @param the map
* @param map the map
*/
void markChanged(String name, BtreeMap<?, ?> map) {
if (map != meta) {
......
......@@ -299,7 +299,7 @@ class Page {
* @param map the map
* @param p the page
* @param key the key
* @param data the value
* @param value the value
* @return the root page
*/
static Page put(BtreeMap<?, ?> map, Page p, Object key, Object value) {
......
......@@ -130,7 +130,7 @@ public class TreeMapStore {
* Mark a map as changed.
*
* @param name the map name
* @param the map
* @param map the map
*/
void markChanged(String name, StoredMap<?, ?> map) {
if (map != meta) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论