Skip to content
Snippets Groups Projects
Commit 4ac14e7e authored by buczekp's avatar buczekp
Browse files

minor: got rid of warnings

SVN: 19356
parent e172141f
No related branches found
No related tags found
No related merge requests found
......@@ -426,11 +426,13 @@ public class AttachmentBrowser extends AbstractSimpleBrowserGrid<AttachmentVersi
return AttachmentColDefKind.values();
}
@SuppressWarnings("deprecation")
@Override
protected BaseEntityModel<AttachmentVersions> createModel(
GridRowModel<AttachmentVersions> entity)
{
BaseEntityModel<AttachmentVersions> model = super.createModel(entity);
// TODO 2010-01-11, Piotr Buczek: get rid of this - extend createColumnDefinitions()
model.renderAsLinkWithAnchor(AttachmentColDefKind.FILE_NAME.id());
renderVersionAsLink(model);
return model;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment