File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/test/java/com/flowingcode/addons/applayout Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
5250public 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 () {
You can’t perform that action at this time.
0 commit comments