Author tags removed.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dawid Weiss 2015-07-16 11:22:50 +00:00
parent 396af9aee6
commit 8b8d724e30
5 changed files with 0 additions and 10 deletions

View File

@ -19,8 +19,6 @@ package org.apache.solr.util.hll;
/**
* A concrete {@link IHLLMetadata} implemented as a simple struct.
*
* @author timon
*/
class HLLMetadata implements IHLLMetadata {
private final int schemaVersion;

View File

@ -20,8 +20,6 @@ package org.apache.solr.util.hll;
/**
* A serialization schema for HLLs. Reads and writes HLL metadata to
* and from <code>byte[]</code> representations.
*
* @author timon
*/
interface ISchemaVersion {
/**

View File

@ -19,8 +19,6 @@ package org.apache.solr.util.hll;
/**
* A concrete {@link ISchemaVersion} representing schema version one.
*
* @author timon
*/
class SchemaVersionOne implements ISchemaVersion {
/**

View File

@ -26,8 +26,6 @@ import static com.carrotsearch.randomizedtesting.RandomizedTest.*;
/**
* Unit and smoke tests for {@link BigEndianAscendingWordDeserializer}.
*
* @author timon
*/
public class BigEndianAscendingWordDeserializerTest extends LuceneTestCase {
/**

View File

@ -22,8 +22,6 @@ import org.junit.Test;
/**
* Tests {@link HLLUtil} static methods.
*
* @author tkarnezo
*/
public class HLLUtilTest extends LuceneTestCase {
/**