Skip to content

Commit

Permalink
Moved return statement to a more appropriate place
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed Jul 9, 2024
1 parent d77cd0b commit 2232d10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ public static String clientID(final ConfigurationAdmin configurationAdmin, final
}
} catch (final IOException e) {
// This exception should not occur under normal circumstances
return "+";
}
return "+";
}

public static String exceptionToString(final Exception exception) {
Expand Down

0 comments on commit 2232d10

Please sign in to comment.