mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-14 03:10:38 +00:00
fix javadoc
This commit is contained in:
parent
3d84af2a40
commit
0c6b82aeca
@ -25,7 +25,7 @@ import org.elasticsearch.common.settings.Settings;
|
|||||||
import org.elasticsearch.index.translog.memory.MemoryTranslog;
|
import org.elasticsearch.index.translog.memory.MemoryTranslog;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kimchy (Shay Banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
public class TranslogModule extends AbstractModule {
|
public class TranslogModule extends AbstractModule {
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ import java.util.Queue;
|
|||||||
import java.util.concurrent.atomic.AtomicLong;
|
import java.util.concurrent.atomic.AtomicLong;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kimchy (Shay Banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
@ThreadSafe
|
@ThreadSafe
|
||||||
public class MemoryTranslog extends AbstractIndexShardComponent implements Translog {
|
public class MemoryTranslog extends AbstractIndexShardComponent implements Translog {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user