forked from phoedos/pmd
Fix pmd dogfood - ClassWithOnlyPrivateConstructorsShouldBeFinal
This commit is contained in:
@@ -227,7 +227,7 @@ public class TreeExportCli {
|
|||||||
return new AbortedError();
|
return new AbortedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class AbortedError extends Error {
|
private static final class AbortedError extends Error {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user