Skip to content

Commit

Permalink
GEODE-1316: Changing @SInCE tags to @gemfire or @Geode
Browse files Browse the repository at this point in the history
* Modified existing @SInCE tags that had 9.0 to @SInCE Geode 1.0
* Modified existing @SInCE 1.0 tags to @Geode 1.0 if appropriate
* Modified all other existing @SInCE tags to @gemfire
* Fixed a comment with mispelling
* Changed 59poc and 57_maint tags to 5.9 and 5.7
* Changed a few 81_maint tags to 8.1
  • Loading branch information
jhuynh1 committed May 31, 2016
1 parent 03246b4 commit 8eac0fa
Show file tree
Hide file tree
Showing 2,022 changed files with 3,917 additions and 3,915 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Class <code>RegionConfiguration</code> encapsulates the configuration attributes for a <code>Region</code> to be
* created on the server.
*
* @since 6.5
* @since GemFire 6.5
*/
@SuppressWarnings({"serial", "unchecked"})
public class RegionConfiguration implements DataSerializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
* @see com.gemstone.gemfire.management.internal.cli.commands.CliCommandTestBase
* @see com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommands
* @see com.gemstone.gemfire.management.internal.cli.util.CommandStringBuilder
* @since 7.0
* @since GemFire 7.0
*/
@Category(DistributedTest.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @see com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommands
* @see org.junit.Assert
* @see org.junit.Test
* @since 7.0
* @since GemFire 7.0
*/
@Category(IntegrationTest.class)
public class LauncherLifecycleCommandsIntegrationTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* @see com.gemstone.gemfire.management.internal.cli.commands.LauncherLifecycleCommands
* @see org.junit.Assert
* @see org.junit.Test
* @since 7.0
* @since GemFire 7.0
*/
@SuppressWarnings("unused")
@Category(UnitTest.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* @see com.gemstone.gemfire.cache.Region
* @see com.gemstone.gemfire.pdx.PdxInstance
* @see com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
* @since 1.0.0
* @since Geode 1.0.0
*/
//@RunWith(SpringJUnit4ClassRunner.class)
//@ContextConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* The Customer class models a customer entity.
* <p/>
* @since 8.0
* @since GemFire 8.0
*/

public class Customer implements Serializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* The Gender enum is a enumeration of genders (sexes).
* <p/>
* @since 8.0
* @since GemFire 8.0
*/

@SuppressWarnings("unused")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* The GetAllEntries is function that will return a map as a result of its execution.
* <p/>
* @since 8.0
* @since GemFire 8.0
*/

public class GetAllEntries implements Function {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/**
* The GetDeliveredOrders class is a gemfire function that gives details about delivered orders.
* <p/>
* @since 8.0
* @since GemFire 8.0
*/

public class GetDeliveredOrders implements Function {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* The GetRegions class is an gemfire function that gives data about available regions.
* <p/>
* @since 8.0
* @since GemFire 8.0
*/

public class GetRegions implements Function {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* The Item class models item entity in the real world.
* <p/>
* @since 8.0
* @since GemFire 8.0
*/


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

public class Order implements PdxSerializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* The Person class is an abstraction modeling a person.
* <p/>
* @since 8.0
* @since GemFire 8.0
*/
@SuppressWarnings("unused")
public class Person implements PdxSerializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
* Dunit Test to validate OnRegion function execution with REST APIs
*
* @since 8.0
* @since GemFire 8.0
*/

public class RestAPIOnRegionFunctionExecutionDUnitTest extends RestAPITestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
/**
* Dunit Test containing inter - operations between REST Client and Gemfire cache client
*
* @since 8.0
* @since GemFire 8.0
*/

public class RestAPIsAndInterOpsDUnitTest extends LocatorTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
import java.util.Properties;

/**
* @since 8.0
*
* @since GemFire 8.0
*/
public class RestAPIsWithSSLDUnitTest extends LocatorTestBase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @see org.springframework.context.ApplicationContext
* @see org.springframework.data.gemfire.GemfireTemplate
* @since 8.0
* @since GemFire 8.0
*/
public class RestTestUtils {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* </code>
*
* @see CancelException
* @since 5.1
* @since GemFire 5.1
*/
public abstract class CancelCriterion
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Abstract root class of all GemFire exceptions representing system
* cancellation
*
* @since 6.0
* @since GemFire 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,7 @@
* Note that {@link DataSerializer#fromData} is always called on the instance
* returned from <code>newInstance(DataInput)</code>.
*
* @since 5.1
* @since GemFire 5.1
*/
public abstract class CanonicalInstantiator extends Instantiator {
/**
Expand Down Expand Up @@ -78,7 +78,7 @@ public final DataSerializable newInstance() {
* @param in the data input that can be read to decide what instance to create.
* @return the new "empty" instance.
* @throws IOException if a read from <code>in</code> fails.
* @since 5.1
* @since GemFire 5.1
*/
public abstract DataSerializable newInstance(DataInput in)
throws IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
*
* @see CopyHelper#copy
* @since 4.0
* @since GemFire 4.0
*/
public class CopyException extends GemFireException {
private static final long serialVersionUID = -1143711608610323585L;
Expand Down
6 changes: 3 additions & 3 deletions geode-core/src/main/java/com/gemstone/gemfire/CopyHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* @see com.gemstone.gemfire.cache.Cache#setCopyOnRead
* @see com.gemstone.gemfire.cache.CacheTransactionManager
*
* @since 4.0
* @since GemFire 4.0
*/

public final class CopyHelper {
Expand Down Expand Up @@ -84,7 +84,7 @@ private CopyHelper() {
* </ul>
* @param o the object to check
* @return true if o is an instance of a well known immutable class.
* @since 6.6.2
* @since GemFire 6.6.2
*/
public static boolean isWellKnownImmutableInstance(Object o) {
if (o instanceof String) {
Expand Down Expand Up @@ -134,7 +134,7 @@ public static boolean isWellKnownImmutableInstance(Object o) {
* @throws CopyException if copying fails because a class could not
* be found or could not be serialized.
* @see #deepCopy(Object)
* @since 4.0
* @since GemFire 4.0
*/
@SuppressWarnings("unchecked")
public static <T> T copy(T o) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
* @see DataSerializer
* @see Instantiator
*
* @since 3.5 */
* @since GemFire 3.5 */
public interface DataSerializable extends Serializable {

/**
Expand Down
Loading

0 comments on commit 8eac0fa

Please sign in to comment.