Skip to content

Commit 42187e7

Browse files
mhalbritterphilwebb
authored andcommitted
Polish
1 parent b677752 commit 42187e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/OperationResponseBody.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2023 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.
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Tagging interface used to indicate that an operation result is intended to be returned
25-
* in the body of the response. Primarily intended to support JSON serialzation using an
25+
* in the body of the response. Primarily intended to support JSON serialization using an
2626
* endpoint specific {@link ObjectMapper}.
2727
*
2828
* @author Phillip Webb
@@ -31,7 +31,7 @@
3131
public interface OperationResponseBody {
3232

3333
/**
34-
* Return a {@link OperationResponseBody} {@link Map} instance containing entires from
34+
* Return a {@link OperationResponseBody} {@link Map} instance containing entries from
3535
* the given {@code map}.
3636
* @param <K> the key type
3737
* @param <V> the value type

0 commit comments

Comments
 (0)