Skip to content

Commit

Permalink
Fix CS:FinalClass
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Apr 16, 2024
1 parent b772d29 commit 095d5c2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Contributors to the Eclipse Foundation. All rights reserved.
* Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation. All rights reserved.
* Copyright (c) 2007, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -1483,7 +1483,7 @@ private Map<String, Object> getAnnotationValues(
* Visitor implementation used to visit field and method declarations in a
* class.
*/
private class MemberDeclarationVisitor extends SimpleElementVisitor6 {
private final class MemberDeclarationVisitor extends SimpleElementVisitor6 {

/**
* Properties.
Expand Down Expand Up @@ -1797,7 +1797,7 @@ private void visitEventMethod(final ExecutableElement elt) {
* Handler implementation used to collect tag and attribute descriptions
* during the parsing of a tag lib file.
*/
private static class TaglibDocHandler extends DefaultHandler {
private static final class TaglibDocHandler extends DefaultHandler {

/**
* Tag attribute name.
Expand Down

0 comments on commit 095d5c2

Please sign in to comment.