Skip to content

Commit 9929182

Browse files
committed
Merge pull request spring-projects#242 from carsonmcdonald/fix-typos-3
# By Carson McDonald * fix-typos-3: Fix minor javadoc typos
2 parents d9e6f2a + 39c236b commit 9929182

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spring-jms/src/main/java/org/springframework/jms/listener/endpoint/JmsMessageEndpointFactory.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2013 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -109,11 +109,11 @@ protected ClassLoader getEndpointClassLoader() {
109109

110110

111111
/**
112-
* Internal exception thrown when a ResourceExeption has been encountered
112+
* Internal exception thrown when a ResourceException has been encountered
113113
* during the endpoint invocation.
114114
* <p>Will only be used if the ResourceAdapter does not invoke the
115115
* 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 -
117117
* and to handle any ResourceExceptions thrown from them.
118118
*/
119119
@SuppressWarnings("serial")

spring-tx/src/main/java/org/springframework/jca/endpoint/GenericMessageEndpointFactory.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2013 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -141,11 +141,11 @@ protected ClassLoader getEndpointClassLoader() {
141141

142142

143143
/**
144-
* Internal exception thrown when a ResourceExeption has been encountered
144+
* Internal exception thrown when a ResourceException has been encountered
145145
* during the endpoint invocation.
146146
* <p>Will only be used if the ResourceAdapter does not invoke the
147147
* 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 -
149149
* and to handle any ResourceExceptions thrown from them.
150150
*/
151151
@SuppressWarnings("serial")

0 commit comments

Comments
 (0)