File tree 2 files changed +6
-6
lines changed
spring-jms/src/main/java/org/springframework/jms/listener/endpoint
spring-tx/src/main/java/org/springframework/jca/endpoint 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -109,11 +109,11 @@ protected ClassLoader getEndpointClassLoader() {
109
109
110
110
111
111
/**
112
- * Internal exception thrown when a ResourceExeption has been encountered
112
+ * Internal exception thrown when a ResourceException has been encountered
113
113
* during the endpoint invocation.
114
114
* <p>Will only be used if the ResourceAdapter does not invoke the
115
115
* endpoint's {@code beforeDelivery} and {@code afterDelivery}
116
- * directly, leavng it up to the concrete endpoint to apply those -
116
+ * directly, leaving it up to the concrete endpoint to apply those -
117
117
* and to handle any ResourceExceptions thrown from them.
118
118
*/
119
119
@ SuppressWarnings ("serial" )
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -141,11 +141,11 @@ protected ClassLoader getEndpointClassLoader() {
141
141
142
142
143
143
/**
144
- * Internal exception thrown when a ResourceExeption has been encountered
144
+ * Internal exception thrown when a ResourceException has been encountered
145
145
* during the endpoint invocation.
146
146
* <p>Will only be used if the ResourceAdapter does not invoke the
147
147
* endpoint's {@code beforeDelivery} and {@code afterDelivery}
148
- * directly, leavng it up to the concrete endpoint to apply those -
148
+ * directly, leaving it up to the concrete endpoint to apply those -
149
149
* and to handle any ResourceExceptions thrown from them.
150
150
*/
151
151
@ SuppressWarnings ("serial" )
You can’t perform that action at this time.
0 commit comments