Skip to content
Snippets Groups Projects
Commit cb1de096 authored by tpylak's avatar tpylak
Browse files

LMS-1058 minor: disable warning

SVN: 11912
parent 38d29608
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,7 @@ public class AttachmentPE extends HibernateAbstractRegistrationHolder implements ...@@ -156,6 +156,7 @@ public class AttachmentPE extends HibernateAbstractRegistrationHolder implements
return false; return false;
} }
@SuppressWarnings("unused")
private void indexFileContent(Document document, LuceneOptions luceneOptions, private void indexFileContent(Document document, LuceneOptions luceneOptions,
AttachmentPE attachment, String attachmentName) AttachmentPE attachment, String attachmentName)
{ {
......
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