Skip to content

Commit 531ef69

Browse files
committed
update parent dependency, eliminate code warnings
1 parent d200f15 commit 531ef69

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

conga-aem-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/handlebars/helper/DispatcherFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Java bean that describes a AEM dispatcher filter rule as defined in
2727
* https://docs.adobe.com/docs/en/dispatcher/disp-config.html#par_134_32_0009
2828
*/
29-
class DispatcherFilter extends AbstractFilter {
29+
final class DispatcherFilter extends AbstractFilter {
3030

3131
/*
3232
* The /type indicates whether to allow or deny access for the requests that match the pattern.

conga-aem-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/handlebars/helper/HttpdFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Java bean that describes a simple HTTPd filter rule.
2727
*/
28-
class HttpdFilter extends AbstractFilter {
28+
final class HttpdFilter extends AbstractFilter {
2929

3030
private final HttpdFilterType type;
3131

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>1.4.2</version>
28+
<version>1.4.3-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

0 commit comments

Comments
 (0)