mirror of https://github.com/apache/lucene.git
LUCENE-3959: remove all @author tags from Lucene/Solr sources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1310622 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
874507d982
commit
bb59b83358
|
@ -31,8 +31,6 @@ import org.apache.lucene.index.IndexWriterConfig.OpenMode;
|
|||
|
||||
/**
|
||||
* Some tests for {@link ParallelAtomicReader}s with empty indexes
|
||||
*
|
||||
* @author Christian Kohlschuetter
|
||||
*/
|
||||
public class TestParallelReaderEmptyIndex extends LuceneTestCase {
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ import com.spatial4j.core.distance.DistanceUtils;
|
|||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author dsmiley
|
||||
*/
|
||||
public abstract class SpatialPrefixTreeFactory {
|
||||
|
||||
|
|
|
@ -57,9 +57,6 @@ import java.util.zip.GZIPInputStream;
|
|||
* Algorithms, January 1997). Algorithms in C, Third Edition, by Robert
|
||||
* Sedgewick (Addison-Wesley, 1998) provides yet another view of ternary search
|
||||
* trees.
|
||||
*
|
||||
* @author Bruno Martins
|
||||
*
|
||||
*/
|
||||
public class JaspellTernarySearchTrie {
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@ package org.apache.solr.internal.csv;
|
|||
* reduce copying as much as possible. The buffer
|
||||
* grows as necessary.
|
||||
* This class is not thread safe.
|
||||
*
|
||||
* @author Ortwin Gl<EFBFBD>ck
|
||||
*/
|
||||
public class CharBuffer {
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ import java.util.List;
|
|||
/**
|
||||
* The CSVConfig is used to configure the CSV writer
|
||||
*
|
||||
* @author Martin van den Bemt
|
||||
*/
|
||||
public class CSVConfig {
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ import java.io.InputStreamReader;
|
|||
/**
|
||||
* Tries to guess a config based on an InputStream.
|
||||
*
|
||||
* @author Martin van den Bemt
|
||||
*/
|
||||
public class CSVConfigGuesser {
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ package org.apache.solr.internal.csv.writer;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author Martin van den Bemt
|
||||
*/
|
||||
public class CSVField {
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ import java.util.Map;
|
|||
/**
|
||||
* CSVWriter
|
||||
*
|
||||
* @author Martin van den Bemt
|
||||
*/
|
||||
public class CSVWriter {
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@ import java.nio.CharBuffer;
|
|||
// V1.1 9/21/99
|
||||
// V1.2 2/02/04 // Java5 features
|
||||
// V1.3 11/26/06 // Make safe for Java 1.4, work into Noggit
|
||||
// @author yonik
|
||||
|
||||
|
||||
// Java5 version could look like the following:
|
||||
|
@ -36,7 +35,6 @@ import java.nio.CharBuffer;
|
|||
|
||||
|
||||
/**
|
||||
* @author yonik
|
||||
*/
|
||||
public class CharArr implements CharSequence, Appendable {
|
||||
protected char[] buf;
|
||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.noggit;
|
|||
|
||||
|
||||
/**
|
||||
* @author yonik
|
||||
*/
|
||||
public class CharUtil {
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ import java.io.IOException;
|
|||
import java.io.Reader;
|
||||
|
||||
/**
|
||||
* @author yonik
|
||||
*/
|
||||
|
||||
public class JSONParser {
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
package org.apache.noggit;
|
||||
|
||||
/**
|
||||
* @author yonik
|
||||
*/
|
||||
|
||||
public class JSONUtil {
|
||||
|
|
|
@ -20,7 +20,6 @@ package org.apache.noggit;
|
|||
import java.util.*;
|
||||
|
||||
/**
|
||||
* @author yonik
|
||||
*/
|
||||
public class JSONWriter {
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@ import java.math.BigDecimal;
|
|||
import java.math.BigInteger;
|
||||
|
||||
/**
|
||||
* @author yonik
|
||||
*/
|
||||
public class ObjectBuilder {
|
||||
|
||||
|
|
|
@ -43,9 +43,6 @@ package org.apache.solr.common.util;
|
|||
* </pre>
|
||||
* <p>An obvious advantage of this relationship is that you can use lookup3 if you don't have an implementation of lookup3ycs.
|
||||
* </p>
|
||||
*
|
||||
*
|
||||
* @author yonik
|
||||
*/
|
||||
public class Hash {
|
||||
/**
|
||||
|
|
|
@ -15,8 +15,6 @@ import org.apache.lucene.util.LuceneTestCase;
|
|||
/**
|
||||
* Unit Test Case for {@link org.apache.solr.common.params.ModifiableSolrParams
|
||||
* ModifiableSolrParams}
|
||||
*
|
||||
* @author kkumar
|
||||
*/
|
||||
public class ModifiableSolrParamsTest extends LuceneTestCase
|
||||
{
|
||||
|
|
|
@ -22,7 +22,6 @@ import org.apache.lucene.util.LuceneTestCase;
|
|||
import java.util.Random;
|
||||
|
||||
/** Tests for lookup3ycs hash functions
|
||||
* @author yonik
|
||||
*/
|
||||
public class TestHash extends LuceneTestCase {
|
||||
|
||||
|
|
Loading…
Reference in New Issue