Fix pmd dogfood - ClassWithOnlyPrivateConstructorsShouldBeFinal

This commit is contained in:
Andreas Dangel
2022-04-21 21:06:31 +02:00
parent 764920f61f
commit 23997a15d7

View File

@ -227,7 +227,7 @@ public class TreeExportCli {
return new AbortedError();
}
private static class AbortedError extends Error {
private static final class AbortedError extends Error {
}
}