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;
|
||||
|
||||
/**
|
||||
* @author kimchy (Shay Banon)
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
public class TranslogModule extends AbstractModule {
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ import java.util.Queue;
|
|||
import java.util.concurrent.atomic.AtomicLong;
|
||||
|
||||
/**
|
||||
* @author kimchy (Shay Banon)
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
@ThreadSafe
|
||||
public class MemoryTranslog extends AbstractIndexShardComponent implements Translog {
|
||||
|
|
Loading…
Reference in New Issue