Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonz130 committed Dec 8, 2020
1 parent 2c67971 commit f56da78
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
import com.google.cloud.logging.LogEntry;
import org.slf4j.MDC;

/* Adds support for grouping logs by incoming http request
* */
/** Adds support for grouping logs by incoming http request
*
*/
public class TraceLoggingEventEnhancer implements LoggingEventEnhancer {

// A key used by Cloud Logging for trace Id
Expand Down

0 comments on commit f56da78

Please sign in to comment.