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:
Steven Rowe 2012-04-06 22:29:35 +00:00
parent 874507d982
commit bb59b83358
17 changed files with 0 additions and 25 deletions

View File

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

View File

@ -24,7 +24,6 @@ import com.spatial4j.core.distance.DistanceUtils;
import java.util.Map;
/**
* @author dsmiley
*/
public abstract class SpatialPrefixTreeFactory {

View File

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

View File

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

View File

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

View File

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

View File

@ -21,7 +21,6 @@ package org.apache.solr.internal.csv.writer;
/**
*
* @author Martin van den Bemt
*/
public class CSVField {

View File

@ -26,7 +26,6 @@ import java.util.Map;
/**
* CSVWriter
*
* @author Martin van den Bemt
*/
public class CSVWriter {

View File

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

View File

@ -19,7 +19,6 @@ package org.apache.noggit;
/**
* @author yonik
*/
public class CharUtil {

View File

@ -21,7 +21,6 @@ import java.io.IOException;
import java.io.Reader;
/**
* @author yonik
*/
public class JSONParser {

View File

@ -18,7 +18,6 @@
package org.apache.noggit;
/**
* @author yonik
*/
public class JSONUtil {

View File

@ -20,7 +20,6 @@ package org.apache.noggit;
import java.util.*;
/**
* @author yonik
*/
public class JSONWriter {

View File

@ -23,7 +23,6 @@ import java.math.BigDecimal;
import java.math.BigInteger;
/**
* @author yonik
*/
public class ObjectBuilder {

View File

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

View File

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

View File

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