summaryrefslogtreecommitdiff
path: root/java/perftests/src/test
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-05-02 16:47:36 +0000
committerRobert Greig <rgreig@apache.org>2007-05-02 16:47:36 +0000
commit4fa14823a4110d82c26edcc1aaf0cd9d325a9dd4 (patch)
tree5f36c19401ca1ad2cdf3643770583408344ac2b2 /java/perftests/src/test
parented92de65d6ca576bbb9b5f9a1741d60a08ce7a7a (diff)
downloadqpid-python-4fa14823a4110d82c26edcc1aaf0cd9d325a9dd4.tar.gz
Removed accidentally included copyright and author tags.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@534539 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/src/test')
-rw-r--r--java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java2
-rw-r--r--java/perftests/src/test/java/org/apache/qpid/requestreply/PingPongTestPerf.java2
2 files changed, 0 insertions, 4 deletions
diff --git a/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java b/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java
index 6e8bf65198..248034af9b 100644
--- a/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java
+++ b/java/perftests/src/test/java/org/apache/qpid/ping/PingTestPerf.java
@@ -55,8 +55,6 @@ import uk.co.thebadgerset.junit.extensions.util.TestContextProperties;
* <p><table id="crc"><caption>CRC Card</caption>
* <tr><th> Responsibilities <th> Collaborations
* </table>
- *
- * @author Rupert Smith
*/
public class PingTestPerf extends AsymptoticTestCase implements TestThreadAware
{
diff --git a/java/perftests/src/test/java/org/apache/qpid/requestreply/PingPongTestPerf.java b/java/perftests/src/test/java/org/apache/qpid/requestreply/PingPongTestPerf.java
index 9a9f9ba6b5..f4a6dc6554 100644
--- a/java/perftests/src/test/java/org/apache/qpid/requestreply/PingPongTestPerf.java
+++ b/java/perftests/src/test/java/org/apache/qpid/requestreply/PingPongTestPerf.java
@@ -55,8 +55,6 @@ import uk.co.thebadgerset.junit.extensions.util.TestContextProperties;
* <p><table id="crc"><caption>CRC Card</caption>
* <tr><th> Responsibilities <th> Collaborations
* </table>
- *
- * @author Rupert Smith
*/
public class PingPongTestPerf extends AsymptoticTestCase
{