Skip to content

Commit

Permalink
Update sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/t…
Browse files Browse the repository at this point in the history
…ool/wicket/components/StylableSelectOptionsGroup.java
  • Loading branch information
ern authored Jan 3, 2025
1 parent 9d3808a commit dbad790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public StylableSelectOptionsGroup(String id, IModel model, IModel style, IModel<
}

@Override
public void onComponentTagBody(MarkupStream markupStream, org.apache.wicket.markup.ComponentTag openTag) {
public void onComponentTagBody(MarkupStream markupStream, ComponentTag openTag) {
super.onComponentTagBody(markupStream, openTag);
}

Expand Down

0 comments on commit dbad790

Please sign in to comment.