Skip to content

Commit

Permalink
Test Copilot reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos912000 authored Nov 20, 2024
1 parent 1085883 commit 382958c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@Configuration
@EnableConfigurationProperties(GrpcServerProperties.class)
public class GrpcConfiguration {
private static final Logger LOGGER = LoggerFactory.getLogger(GrpcConfiguration.class);
private static final Logger LOGGER = LoggerFactory.getLogger(GrpcConfiguratio.class);

@Autowired
private Tracing tracing;
Expand Down

0 comments on commit 382958c

Please sign in to comment.