File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
aemdesign-aem-services/src/main/java/design/aem/models/v2/layout Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 88import static design .aem .utils .components .ImagesUtil .DEFAULT_BACKGROUND_IMAGE_NODE_NAME ;
99import static design .aem .utils .components .ImagesUtil .getBackgroundImageRenditions ;
1010
11+ @ SuppressWarnings ("common-java:DuplicatedBlocks" )
1112public class Article extends ModelProxy {
1213
1314 protected ComponentProperties componentProperties = null ;
Original file line number Diff line number Diff line change 1111import static design .aem .utils .components .ImagesUtil .DEFAULT_BACKGROUND_IMAGE_NODE_NAME ;
1212import static design .aem .utils .components .ImagesUtil .getBackgroundImageRenditions ;
1313
14+ @ SuppressWarnings ("common-java:DuplicatedBlocks" )
1415public class Aside extends ModelProxy {
1516
1617 protected ComponentProperties componentProperties = null ;
@@ -50,4 +51,4 @@ protected void ready() {
5051
5152 componentProperties .put (DEFAULT_BACKGROUND_IMAGE_NODE_NAME ,getBackgroundImageRenditions (this ));
5253 }
53- }
54+ }
Original file line number Diff line number Diff line change 1111import static design .aem .utils .components .ImagesUtil .DEFAULT_BACKGROUND_IMAGE_NODE_NAME ;
1212import static design .aem .utils .components .ImagesUtil .getBackgroundImageRenditions ;
1313
14+ @ SuppressWarnings ("common-java:DuplicatedBlocks" )
1415public class Footer extends ModelProxy {
1516
1617 protected ComponentProperties componentProperties = null ;
@@ -50,4 +51,4 @@ protected void ready() {
5051
5152 componentProperties .put (DEFAULT_BACKGROUND_IMAGE_NODE_NAME ,getBackgroundImageRenditions (this ));
5253 }
53- }
54+ }
Original file line number Diff line number Diff line change 1111import static design .aem .utils .components .ImagesUtil .DEFAULT_BACKGROUND_IMAGE_NODE_NAME ;
1212import static design .aem .utils .components .ImagesUtil .getBackgroundImageRenditions ;
1313
14+ @ SuppressWarnings ("common-java:DuplicatedBlocks" )
1415public class Header extends ModelProxy {
1516
1617 protected ComponentProperties componentProperties = null ;
@@ -51,4 +52,4 @@ protected void ready() {
5152
5253 componentProperties .put (DEFAULT_BACKGROUND_IMAGE_NODE_NAME ,getBackgroundImageRenditions (this ));
5354 }
54- }
55+ }
Original file line number Diff line number Diff line change 1111import static design .aem .utils .components .ImagesUtil .DEFAULT_BACKGROUND_IMAGE_NODE_NAME ;
1212import static design .aem .utils .components .ImagesUtil .getBackgroundImageRenditions ;
1313
14+ @ SuppressWarnings ("common-java:DuplicatedBlocks" )
1415public class Navbar extends ModelProxy {
1516
1617 protected ComponentProperties componentProperties = null ;
@@ -50,4 +51,4 @@ protected void ready() {
5051
5152 componentProperties .put (DEFAULT_BACKGROUND_IMAGE_NODE_NAME ,getBackgroundImageRenditions (this ));
5253 }
53- }
54+ }
You can’t perform that action at this time.
0 commit comments