fix javadoc

This commit is contained in:
kimchy 2010-06-22 09:26:37 +03:00
parent 3d84af2a40
commit 0c6b82aeca
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {