Skip to content

Commit 21b020f

Browse files
javier-godoypaodb
authored andcommitted
refactor: remove JsModule polymer-legacy-adapter/style-modules.js
Close #141
1 parent f0ae5b8 commit 21b020f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/flowingcode/vaadin/addons/gridhelpers/GridRadioSelectionColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
* Server side implementation for the flow specific grid radio selection column.
3434
*/
3535
@Tag("grid-flow-radio-selection-column")
36-
@JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
3736
@JsModule("./fcGridHelper/grid-flow-radio-selection-column.js")
3837
@Uses(RadioButtonGroup.class)
3938
// Indirectly ensure @NpmPackage(value = "@vaadin/polymer-legacy-adapter", version = "x.x.x")
39+
// and @JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
4040
@Uses(Grid.class)
4141
public class GridRadioSelectionColumn extends Component implements HasStyle {
4242

0 commit comments

Comments
 (0)