Skip to content

Commit c3fadf7

Browse files
committed
* Fix typos in error messages & JavaDocs
1 parent 643a056 commit c3fadf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: spring-integration-core/src/main/java/org/springframework/integration/support/cloudevents/HeaderMapper.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public final class HeaderMapper {
4343
* @return The map of headers
4444
*/
4545
public static Map<String, String> map(Map<String, String> attributes, Map<String, String> extensions) {
46-
Assert.notNull(attributes, "'attributes' must noy be null");
47-
Assert.notNull(extensions, "'extensions' must noy be null");
46+
Assert.notNull(attributes, "'attributes' must not be null");
47+
Assert.notNull(extensions, "'extensions' must not be null");
4848

4949
Map<String, String> result =
5050
attributes.entrySet()
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
2-
* Provides classes supporting for Cloud Events.
2+
* Provides classes to support for Cloud Events.
33
*/
44
package org.springframework.integration.support.cloudevents;

0 commit comments

Comments
 (0)