Polishing

This commit is contained in:
Juergen Hoeller 2016-12-22 22:36:07 +01:00
parent ae62341fa3
commit 2819f7c781
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2014 the original author or authors. * Copyright 2002-2016 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -118,8 +118,7 @@ import org.springframework.util.ObjectUtils;
* @see org.springframework.jms.listener.SessionAwareMessageListener * @see org.springframework.jms.listener.SessionAwareMessageListener
* @see org.springframework.jms.listener.AbstractMessageListenerContainer#setMessageListener * @see org.springframework.jms.listener.AbstractMessageListenerContainer#setMessageListener
*/ */
public class MessageListenerAdapter extends AbstractAdaptableMessageListener public class MessageListenerAdapter extends AbstractAdaptableMessageListener implements SubscriptionNameProvider {
implements SubscriptionNameProvider {
/** /**
* Out-of-the-box value for the default listener method: "handleMessage". * Out-of-the-box value for the default listener method: "handleMessage".
@ -184,6 +183,7 @@ public class MessageListenerAdapter extends AbstractAdaptableMessageListener
return this.defaultListenerMethod; return this.defaultListenerMethod;
} }
/** /**
* Spring {@link SessionAwareMessageListener} entry point. * Spring {@link SessionAwareMessageListener} entry point.
* <p>Delegates the message to the target listener method, with appropriate * <p>Delegates the message to the target listener method, with appropriate