1
0
mirror of synced 2026-01-15 15:06:14 -05:00

add final for params, local variables, and fields (#7084)

This commit is contained in:
Charles
2021-10-15 16:41:04 -07:00
committed by GitHub
parent 592f7fe2b2
commit ba44f700b9
747 changed files with 5815 additions and 5580 deletions

View File

@@ -93,7 +93,7 @@ class OnDiskQueueTest {
}
@SuppressWarnings("SameParameterValue")
private static byte[] toBytes(String string) {
private static byte[] toBytes(final String string) {
return string.getBytes(Charsets.UTF_8);
}