mirror of
https://github.com/apache/activemq.git
synced 2025-02-28 05:09:07 +00:00
Removed @author in javadoc
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1383899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ddfd8008e
commit
d4ee73fe10
@ -31,9 +31,6 @@ import org.apache.activemq.util.IdGenerator;
|
||||
|
||||
/**
|
||||
* Abstract base class for some simple benchmark tools
|
||||
*
|
||||
* @author James Strachan
|
||||
*
|
||||
*/
|
||||
public class BenchmarkSupport {
|
||||
|
||||
|
@ -25,10 +25,6 @@ import javax.jms.Session;
|
||||
import javax.jms.TextMessage;
|
||||
import javax.jms.Topic;
|
||||
|
||||
/**
|
||||
* @author James Strachan
|
||||
*
|
||||
*/
|
||||
public class Consumer extends BenchmarkSupport implements MessageListener {
|
||||
|
||||
public Consumer() {
|
||||
|
@ -28,10 +28,6 @@ import javax.jms.Message;
|
||||
import javax.jms.MessageProducer;
|
||||
import javax.jms.Session;
|
||||
|
||||
/**
|
||||
* @author James Strachan
|
||||
*
|
||||
*/
|
||||
public class Producer extends BenchmarkSupport {
|
||||
|
||||
int loops = -1;
|
||||
|
@ -16,10 +16,6 @@
|
||||
*/
|
||||
package org.apache.activemq.benchmark;
|
||||
|
||||
/**
|
||||
* @author James Strachan
|
||||
*
|
||||
*/
|
||||
public class ProducerConsumer extends Producer {
|
||||
|
||||
private Consumer consumer = new Consumer();
|
||||
|
@ -53,8 +53,6 @@ import org.josql.Query;
|
||||
|
||||
/**
|
||||
* Allows you to view the contents of a Journal.
|
||||
*
|
||||
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
|
||||
*/
|
||||
public class AMQJournalTool {
|
||||
|
||||
|
@ -23,8 +23,6 @@ import org.apache.activemq.util.IntrospectionSupport;
|
||||
/**
|
||||
* Helper utility that can be used to set the properties on any object using
|
||||
* command line arguments.
|
||||
*
|
||||
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
|
||||
*/
|
||||
public final class CommandLineSupport {
|
||||
|
||||
@ -43,10 +41,10 @@ public final class CommandLineSupport {
|
||||
* target.setPersistent(true);
|
||||
*
|
||||
* Notice the the proper conversion for the argument is determined by examining the
|
||||
* setter arguement type.
|
||||
* setter argument type.
|
||||
*
|
||||
* @param target the object that will have it's properties set
|
||||
* @param args the commline options
|
||||
* @param args the command line options
|
||||
* @return any arguments that are not valid options for the target
|
||||
*/
|
||||
public static String[] setOptions(Object target, String[] args) {
|
||||
@ -95,9 +93,6 @@ public final class CommandLineSupport {
|
||||
|
||||
/**
|
||||
* converts strings like: test-enabled to testEnabled
|
||||
*
|
||||
* @param name
|
||||
* @return
|
||||
*/
|
||||
private static String convertOptionToPropertyName(String name) {
|
||||
String rc = "";
|
||||
|
@ -36,9 +36,6 @@ import org.apache.activemq.wireformat.WireFormat;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* @author David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com (logging improvement modifications)
|
||||
*/
|
||||
public class HttpTransportFactory extends TransportFactory {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(HttpTransportFactory.class);
|
||||
|
@ -22,10 +22,6 @@ import java.net.URI;
|
||||
import org.apache.activemq.transport.http.HttpClientTransport;
|
||||
import org.apache.activemq.transport.util.TextWireFormat;
|
||||
|
||||
/**
|
||||
* @author john.silva
|
||||
*/
|
||||
|
||||
public class HttpsClientTransport extends HttpClientTransport {
|
||||
|
||||
public HttpsClientTransport(TextWireFormat wireFormat, URI remoteUrl) {
|
||||
|
@ -21,10 +21,6 @@ import org.apache.activemq.JmsTopicSendReceiveTest;
|
||||
import org.apache.activemq.broker.BrokerFactory;
|
||||
import org.apache.activemq.broker.BrokerService;
|
||||
|
||||
/**
|
||||
* @author Claudio Corsi
|
||||
*
|
||||
*/
|
||||
public class HttpsJmsSendAndReceiveConfigurationSslConfigTest extends
|
||||
JmsTopicSendReceiveTest {
|
||||
|
||||
|
@ -21,10 +21,6 @@ import org.apache.activemq.JmsTopicSendReceiveTest;
|
||||
import org.apache.activemq.broker.BrokerService;
|
||||
import org.apache.activemq.spring.SpringSslContext;
|
||||
|
||||
/**
|
||||
* @author Claudio Corsi
|
||||
*
|
||||
*/
|
||||
public class HttpsJmsSendAndReceiveEmbeddedSslConfigTest extends
|
||||
JmsTopicSendReceiveTest {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user