Skip to content

Commit

Permalink
Delete a declared exception which is never thrown.
Browse files Browse the repository at this point in the history
  • Loading branch information
motlin committed May 9, 2024
1 parent 7ffb570 commit 5328a22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Craig Motlin
* Copyright 2024 Craig Motlin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -50,7 +50,7 @@ public int getPriority()

@Override
public void runWithMdc(@Nonnull Object configuration, @Nonnull Environment environment)
throws JsonProcessingException, ReflectiveOperationException
throws JsonProcessingException
{
ConfigLoggingFactoryProvider configLoggingFactoryProvider = this.safeCastConfiguration(
ConfigLoggingFactoryProvider.class,
Expand Down

0 comments on commit 5328a22

Please sign in to comment.