Skip to content

Commit c10a56a

Browse files
committed
Unpublish PaperCard
1 parent e0ea8bc commit c10a56a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/flowingcode/addons/applayout/PaperCard.java renamed to src/test/java/com/flowingcode/addons/applayout/PaperCard.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,19 @@
4141
* Component that renders a paper-card
4242
*
4343
* @author mlopez
44-
* @deprecated This component will be removed in a future version.
4544
*/
4645
@SuppressWarnings("serial")
4746
@HtmlImport("bower_components/paper-card/paper-card.html")
4847
@NpmPackage(value = "@polymer/paper-card", version = "3.0.1")
4948
@JsModule("@polymer/paper-card/paper-card.js")
5049
@Tag("paper-card")
51-
@Deprecated
5250
public class PaperCard extends Component implements HasSize, HasStyle, ThemableLayout {
5351

5452
private final Div cardContentDiv = new Div();
5553

5654
private final Div cardActionsDiv = new Div();
5755

56+
@SuppressWarnings("squid:S1604")
5857
private final HasComponents hasComponentsVersion = new HasComponents() {
5958
@Override
6059
public Element getElement() {

0 commit comments

Comments
 (0)