Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-693 abb321e7e -> 6924ad46e
Remove @author tags Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6924ad46 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6924ad46 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6924ad46 Branch: refs/heads/feature/GEODE-693 Commit: 6924ad46e65b06511bdd0e7689a75c87b232ec7f Parents: abb321e Author: Kirk Lund <[email protected]> Authored: Tue Mar 22 11:32:26 2016 -0700 Committer: Kirk Lund <[email protected]> Committed: Tue Mar 22 11:32:26 2016 -0700 ---------------------------------------------------------------------- .../com/gemstone/gemfire/security/ClientAuthorizationDUnitTest.java | 1 - .../gemstone/gemfire/security/ClientAuthorizationTwoDUnitTest.java | 1 - .../gemstone/gemfire/security/ClientAuthzObjectModDUnitTest.java | 1 - .../gemstone/gemfire/security/ClientPostAuthorizationDUnitTest.java | 1 - 4 files changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6924ad46/geode-core/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationDUnitTest.java index a483b9b..bcb3d3d 100644 --- a/geode-core/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationDUnitTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationDUnitTest.java @@ -46,7 +46,6 @@ import org.junit.experimental.categories.Category; * pre-operation callbacks. It also checks for authorization in case of * failover. * - * @author sumedh * @since 5.5 */ @Category(DistributedTest.class) http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6924ad46/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationTwoDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationTwoDUnitTest.java b/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationTwoDUnitTest.java index 0a6a85b..a1a4414 100644 --- a/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationTwoDUnitTest.java +++ b/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthorizationTwoDUnitTest.java @@ -32,7 +32,6 @@ import org.junit.experimental.categories.Category; * This is the second part of the test which had become long enough to * occasionally go beyond the 10min limit. * - * @author sumedh * @since 5.5 */ @Category(DistributedTest.class) http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6924ad46/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthzObjectModDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthzObjectModDUnitTest.java b/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthzObjectModDUnitTest.java index aa183b1..8b47cdf 100644 --- a/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthzObjectModDUnitTest.java +++ b/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientAuthzObjectModDUnitTest.java @@ -54,7 +54,6 @@ import org.junit.experimental.categories.Category; * This enables testing of object and callback modification both in * pre-processing and post-processing phases. * - * @author sumedh * @since 5.5 */ @Category(DistributedTest.class) http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6924ad46/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientPostAuthorizationDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientPostAuthorizationDUnitTest.java b/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientPostAuthorizationDUnitTest.java index 53d5f9e..519b76f 100644 --- a/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientPostAuthorizationDUnitTest.java +++ b/geode-cq/src/test/java/com/gemstone/gemfire/security/ClientPostAuthorizationDUnitTest.java @@ -40,7 +40,6 @@ import org.junit.experimental.categories.Category; * with post-process callbacks in case return values of operations and for * notifications along-with failover. * - * @author sumedh * @since 5.5 */ @Category(DistributedTest.class)
