Skip to content

Commit 91ed06d

Browse files
committed
Merge pull request #50699 from leestana01
* fix-gelf-properties-javadoc: Fix Javadoc for GraylogExtendedLogFormatProperties Closes gh-50699
2 parents 2556ef4 + 3ebc041 commit 91ed06d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/GraylogExtendedLogFormatProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
import org.springframework.util.StringUtils;
2626

2727
/**
28-
* Service details for Graylog Extended Log Format structured logging.
28+
* Properties for Graylog Extended Log Format structured logging.
2929
*
3030
* @param host the application name
31-
* @param service the version of the application
31+
* @param service service details
3232
* @author Samuel Lissner
3333
* @author Phillip Webb
3434
* @since 3.4.0

0 commit comments

Comments
 (0)