Skip to content

Commit

Permalink
Make private class final
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 5, 2023
1 parent b5eb777 commit f715768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class ContainerModelTest extends JXPathTestCase {

private class ArrayContainer implements Container
private final class ArrayContainer implements Container
{
private static final long serialVersionUID = 1L;
private final String[] array = {"foo", "bar"};
Expand Down

0 comments on commit f715768

Please sign in to comment.