Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SITES-13120 : move interface to new location. #2557

Merged
merged 3 commits into from
Jul 27, 2023

Conversation

indra2gurjar
Copy link
Contributor

@indra2gurjar indra2gurjar commented Jul 27, 2023

Q                       A
Fixed Issues? SITES-13120
Patch: Bug Fix?
Minor: New Feature?
Major: Breaking Change?
Tests Added + Pass? Yes
Documentation Provided Yes (code comments and or markdown)
Any Dependency Changes?
License Apache License, Version 2.0

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #2557 (1abb0b7) into main (54758cd) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 1abb0b7 differs from pull request most recent head 92a0936. Consider uploading reports for the commit 92a0936 to get more accurate results

@@            Coverage Diff            @@
##               main    #2557   +/-   ##
=========================================
  Coverage     87.31%   87.31%           
  Complexity     2645     2645           
=========================================
  Files           232      232           
  Lines          7063     7063           
  Branches       1071     1071           
=========================================
  Hits           6167     6167           
  Misses          359      359           
  Partials        537      537           
Files Changed Coverage Δ
...nts/internal/models/v3/NextGenDMThumbnailImpl.java 91.30% <ø> (ø)
...s/commons/editor/nextgendm/NextGenDMThumbnail.java 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more


import java.util.HashMap;
import java.util.Map;
import org.osgi.annotation.versioning.ProviderType;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs javadoc.


@ProviderType
public interface NextGenDMThumbnail {
default public String getSrc() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs javadoc just like the getAlt() method bellow.

@LSantha LSantha merged commit c771ccf into adobe:main Jul 27, 2023
6 checks passed
@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants