Skip to content

Commit

Permalink
Fix PMD failure for PreserveStackTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
crammond committed Apr 30, 2024
1 parent a476756 commit ae77a38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private RSConfig downloadConfig() throws IOException
catch (IOException ex)
{
log.debug("error downloading backup config", ex);
throw err; // use error from Jagex's servers
throw err; // NOPMD: PreserveStackTrace - use error from Jagex's servers
}
}

Expand Down

0 comments on commit ae77a38

Please sign in to comment.