Consistent formatting of license headers, package javadocs, and import declarations

This commit is contained in:
Juergen Hoeller
2014-10-21 00:30:42 +02:00
parent b6fdcffc94
commit 8325b10080
2059 changed files with 3944 additions and 5473 deletions

View File

@@ -1,5 +1,4 @@
/**
* Annotations and supporting classes for declarative jms listener
* endpoint
* Annotations and support classes for declarative JMS listener endpoints.
*/
package org.springframework.jms.annotation;
package org.springframework.jms.annotation;

View File

@@ -24,8 +24,8 @@ import org.springframework.jms.listener.MessageListenerContainer;
import org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter;
import org.springframework.jms.support.converter.MessageConverter;
import org.springframework.messaging.handler.annotation.SendTo;
import org.springframework.messaging.handler.invocation.InvocableHandlerMethod;
import org.springframework.messaging.handler.annotation.support.MessageHandlerMethodFactory;
import org.springframework.messaging.handler.invocation.InvocableHandlerMethod;
import org.springframework.util.Assert;
import org.springframework.util.StringUtils;

View File

@@ -3,4 +3,3 @@
* with Java configuration and XML schema support.
*/
package org.springframework.jms.config;

View File

@@ -1,9 +1,5 @@
/**
*
* Provides a PlatformTransactionManager implementation for a single
* JMS ConnectionFactory, and a SingleConnectionFactory adapter.
*
*/
package org.springframework.jms.connection;

View File

@@ -17,7 +17,6 @@
package org.springframework.jms.core;
import java.util.Map;
import javax.jms.Destination;
import org.springframework.messaging.Message;

View File

@@ -1,9 +1,5 @@
/**
*
* Core package of the JMS support.
* Provides a JmsTemplate class and various callback interfaces.
*
*/
package org.springframework.jms.core;

View File

@@ -1,8 +1,5 @@
/**
*
* Classes supporting the {@code org.springframework.jms.core} package.
* Contains a base class for JmsTemplate usage.
*
*/
package org.springframework.jms.core.support;

View File

@@ -1,10 +1,6 @@
/**
*
* Message listener adapter mechanism that delegates to target listener
* methods, converting messages to appropriate message content types
* (such as String or byte array) that get passed into listener methods.
*
*/
package org.springframework.jms.listener.adapter;

View File

@@ -1,8 +1,4 @@
/**
*
* This package provides JCA-based endpoint management for JMS message listeners.
*
*/
package org.springframework.jms.listener.endpoint;

View File

@@ -1,10 +1,6 @@
/**
*
* This package contains the base message listener container facility.
* It also offers the DefaultMessageListenerContainer and SimpleMessageListenerContainer
* implementations, based on the plain JMS client API.
*
*/
package org.springframework.jms.listener;

View File

@@ -1,9 +1,5 @@
/**
*
* This package contains integration classes for JMS,
* allowing for Spring-style JMS access.
*
*/
package org.springframework.jms;

View File

@@ -1,12 +1,8 @@
/**
*
* Remoting classes for transparent Java-to-Java remoting via a JMS provider.
*
* <p>Allows the target service to be load-balanced across a number of queue
* receivers, and provides a level of indirection between the client and the
* service: They only need to agree on a queue name and a service interface.
*
*/
package org.springframework.jms.remoting;

View File

@@ -20,7 +20,6 @@ import java.io.Serializable;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import javax.jms.BytesMessage;
import javax.jms.JMSException;
import javax.jms.MapMessage;

View File

@@ -1,9 +1,5 @@
/**
*
* Provides a MessageConverter abstraction to convert
* between Java objects and JMS messages.
*
*/
package org.springframework.jms.support.converter;

View File

@@ -1,8 +1,4 @@
/**
*
* Support classes for Spring's JMS framework.
*
*/
package org.springframework.jms.support.destination;

View File

@@ -1,9 +1,5 @@
/**
*
* This package provides generic JMS support classes,
* to be used by higher-level classes like JmsTemplate.
*
*/
package org.springframework.jms.support;