Skip to content

Commit

Permalink
GEODE-52: Remove @author tags from Java source
Browse files Browse the repository at this point in the history
 * Removed @author tags from Java source files
 * Removed @author tags from Javascript source files
  • Loading branch information
Sai Boorlagadda committed Mar 29, 2016
1 parent 82b325e commit 7d944f6
Show file tree
Hide file tree
Showing 3,415 changed files with 32 additions and 4,076 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
* </type>
* </property>
* </pre>
* @author sbawaska
*/
public class EnumType extends org.hibernate.type.EnumType {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
*
* @author sbawaska
*/
public interface EntityVersion extends SoftLock {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

/**
*
* @author sbawaska
*/
public class EntityVersionImpl implements EntityVersion {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* wraps {@link CacheKey}, and implements equals and
* hashCode. This is required for register interest
* operation/prefetching
* @author sbawaska
*
*/
public class KeyWrapper implements DataSerializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import java.util.concurrent.TimeUnit;

/**
* @author jdeppe
*/
public abstract class AbstractListener {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import javax.servlet.ServletRequestAttributeListener;

/**
* @author jdeppe
*/
public class ServletRequestAttributeListenerImpl extends AbstractListener
implements ServletRequestAttributeListener {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.junit.experimental.categories.Category;

/**
* @author Jens Deppe
*/
@Category(UnitTest.class)
public class Tomcat7SessionsJUnitTest extends TestSessionsBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* Statistics for modules.
*
* @author sbawaska
*/
public class ModuleStatistics {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
* Class <code>RegionConfiguration</code> encapsulates the configuration attributes for a <code>Region</code> to be
* created on the server.
*
* @author Barry Oglesby
* @since 6.5
*/
@SuppressWarnings({"serial", "unchecked"})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/**
* Touches the keys contained in the set of keys by performing a get on the partitioned region.
*
* @author Barry Oglesby
*/
public class TouchPartitionedRegionEntriesFunction implements Function, Declarable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* Touches the keys contained in the set of keys by performing a get on the replicated region. This is a non-data-aware
* function invoked using onMembers or onServers.
*
* @author Barry Oglesby
*/
public class TouchReplicatedRegionEntriesFunction implements Function, Declarable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.junit.experimental.categories.Category;

/**
* @author Jens Deppe
*/
@Category(UnitTest.class)
public class Tomcat6SessionsJUnitTest extends TestSessionsBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
/**
* These tests are part of assembly as they require the REST war file to be present.
*
* @author Jens Deppe
*/
@Category(IntegrationTest.class)
public class LocatorLauncherAssemblyJUnitTest extends AbstractLocatorLauncherJUnitTestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
* The LauncherLifecycleCommandsDUnitTest class is a test suite of integration tests testing the contract and
* functionality of the GemFire launcher lifecycle commands inside Gfsh.
*
* @author John Blum
* @see javax.management.MBeanServerConnection
* @see javax.management.remote.JMXConnector
* @see com.gemstone.gemfire.distributed.AbstractLauncher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
* The LauncherLifecycleCommandsJUnitTest class is a test suite of test cases testing the contract and functionality of
* the lifecycle launcher GemFire shell (Gfsh) commands.
*
* @author John Blum
* @see com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommands
* @see org.junit.Assert
* @see org.junit.Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
* a REST-based client, also this test using Spring's RestTemplate, testing the proper interaction, especially
* in the case of an application domain object type having a java.util.Date property.
*
* @author John Blum
* @see org.junit.Test
* @see org.junit.runner.RunWith
* @see org.springframework.test.context.ContextConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
/**
* Gemfire function to add free items in the existing order
* if the total price for that order is greater then the argument
* @author Nilkanth Patel
*/

public class AddFreeItemToOrders implements Function {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/**
* The Customer class models a customer entity.
* <p/>
* @author Nilkanth Patel
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/**
* The Gender enum is a enumeration of genders (sexes).
* <p/>
* @author Nilkanth Patel, John Blum
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/**
* The GetAllEntries is function that will return a map as a result of its execution.
* <p/>
* @author Nilkanth Patel
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
/**
* The GetDeliveredOrders class is a gemfire function that gives details about delivered orders.
* <p/>
* @author Nilkanth Patel
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* The GetRegions class is an gemfire function that gives data about available regions.
* <p/>
* @author Nilkanth Patel
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* The Item class models item entity in the real world.
* <p/>
* @author Nilkanth Patel
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
/**
* The Order class is an abstraction modeling a order.
* <p/>
* @author Nilkanth Patel
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/**
* The Person class is an abstraction modeling a person.
* <p/>
* @author Nilkanth Patel, John Blum
* @since 8.0
*/
@SuppressWarnings("unused")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

/**
* Dunit Test to validate OnRegion function execution with REST APIs
*
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@

/**
* Dunit Test containing inter - operations between REST Client and Gemfire cache client
* @author Nilkanth Patel
* @since 8.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@

/**
*
* @author rishim
* @since 8.0
*/
public class RestAPIsWithSSLDUnitTest extends LocatorTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* The RestTestUtils class contains core functionality for Spring REST Template
* <p/>
*
* @author Nilkanth Patel
* @see org.springframework.context.ApplicationContext
* @see org.springframework.data.gemfire.GemfireTemplate
* @since 8.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* Fields, Enums, Enum Constants, Public and Protected Methods, Packages,
* and Constructors.
*
* @author Kirk Lund
*/
@Category(UnitTest.class)
public class ExperimentalJUnitTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* Used by <tt>ExperimentalJUnitTest</tt>. This is a class in an
* <tt>Experimental</tt> package.
*
* @author Kirk Lund
* @see com.gemstone.gemfire.annotations.ExperimentalJUnitTest
*/
public class ClassInExperimentalPackage {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* Used by <tt>ExperimentalJUnitTest</tt>. This is an <tt>Experimental</tt>
* package.
*
* @author Kirk Lund
* @see com.gemstone.gemfire.annotations.ExperimentalJUnitTest
*/
@Experimental("This is an experimental package")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* Used by <tt>ExperimentalJUnitTest</tt>. This is a class in an
* <tt>Experimental</tt> package.
*
* @author Kirk Lund
* @see com.gemstone.gemfire.annotations.ExperimentalJUnitTest
*/
public class ClassInNonExperimentalPackage {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* Used by <tt>ExperimentalJUnitTest</tt>. This is a non-<tt>Experimental</tt>
* package.
*
* @author Kirk Lund
* @see com.gemstone.gemfire.annotations.ExperimentalJUnitTest
*/
package com.gemstone.gemfire.experimental.nonexperimentalpackage;
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.gemstone.gemfire.ra.GFConnectionFactory;
/**
*
* @author asif
*
*/
public class GFConnectionFactoryImpl implements GFConnectionFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

/**
*
* @author asif
*
*/
public class GFConnectionImpl implements GFConnection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

/**
*
* @author asif
*
*/
public class JCALocalTransaction implements LocalTransaction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

/**
*
* @author asif
*
*/
public class JCAManagedConnection implements ManagedConnection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import com.gemstone.gemfire.internal.ra.GFConnectionFactoryImpl;
/**
*
* @author asif
*
*/
public class JCAManagedConnectionFactory implements ManagedConnectionFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import javax.resource.spi.ManagedConnectionMetaData;
/**
*
* @author asif
*
*/
public class JCAManagedConnectionMetaData implements ManagedConnectionMetaData
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
* }
* </code>
*
* @author jpenney
* @see CancelException
* @since 5.1
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* Abstract root class of all GemFire exceptions representing system
* cancellation
*
* @author jpenney
* @since 6.0
*/
public abstract class CancelException extends CacheRuntimeException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* Note that {@link DataSerializer#fromData} is always called on the instance
* returned from <code>newInstance(DataInput)</code>.
*
* @author darrel
* @since 5.1
*/
public abstract class CanonicalInstantiator extends Instantiator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/**
* Indicates a failure to copy an object.
*
* @author Darrel Schneider
*
*
* @see CopyHelper#copy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
* @see com.gemstone.gemfire.cache.Cache#setCopyOnRead
* @see com.gemstone.gemfire.cache.CacheTransactionManager
*
* @author Mitch Thomas
* @since 4.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
* @see DataSerializer
* @see Instantiator
*
* @author David Whitlock
* @since 3.5 */
public interface DataSerializable extends Serializable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ public Object fromData(DataInput in)
* @see #writeObject(Object, DataOutput)
* @see #readObject
*
* @author David Whitlock
* @since 3.5 */
public abstract class DataSerializer {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* <em>ought</em> to be called <code>GemFireRuntimeException</code>;
* however, the current name is retained for compatibility's sake.
*
* @author David Whitlock
* @see com.gemstone.gemfire.GemFireCheckedException
* @see com.gemstone.gemfire.cache.CacheRuntimeException
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* A <code>GemFireIOException</code> is thrown when a
* GemFire operation failure is caused by an <code>IOException</code>.
*
* @author David Whitlock
*
*/
public class GemFireIOException extends GemFireException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* <p> Note: if user code catches this error (or its subclasses) then it <em>must</em>
* be rethrown.
*
* @author darrel
* @since 5.7
*/
public class GemFireRethrowable extends Error {
Expand Down
Loading

0 comments on commit 7d944f6

Please sign in to comment.