Skip to content

Commit

Permalink
debug pages cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 27, 2020
1 parent 62dfd9a commit e3ececf
Show file tree
Hide file tree
Showing 5 changed files with 1,283 additions and 1,209 deletions.
Expand Up @@ -24,7 +24,7 @@
/**
* @author lazyman
*/
public class InlineMenuColumn<T extends InlineMenuable> extends AbstractColumn<T, Void> {
public class InlineMenuColumn<T extends InlineMenuable> extends AbstractColumn<T, String> {

public InlineMenuColumn(IModel<String> displayModel) {
super(displayModel);
Expand Down

0 comments on commit e3ececf

Please sign in to comment.