Skip to content

Commit

Permalink
small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jun 5, 2018
1 parent c8430af commit d028ba9
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -29,7 +29,9 @@ public PageAuditLogViewer() {

private void initLayout(){
AuditLogViewerPanel panel = new AuditLogViewerPanel(ID_PANEL, new IModel<AuditSearchDto>() {
@Override
private static final long serialVersionUID = 1L;

@Override
public AuditSearchDto getObject() {
return getAuditLogStorage().getSearchDto();
}
Expand Down

0 comments on commit d028ba9

Please sign in to comment.