Skip to content

Commit

Permalink
eliminate PMD warnings concerning finalize attack
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 16, 2024
1 parent 8ca7a7c commit 0a19db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* Additionally supports overwriting and hiding some properties.
*/
@Exporter(name = ExporterConstants.SLING_MODEL_EXPORTER_NAME, extensions = ExporterConstants.SLING_MODEL_EXTENSION)
public class CoreResourceWrapper extends ResourceWrapper {
public final class CoreResourceWrapper extends ResourceWrapper {

private ValueMap valueMap;
private String overriddenResourceType;
Expand Down

0 comments on commit 0a19db3

Please sign in to comment.