Policy failures:
Code warning - failed on resource DispatchArticleController.java. Reason: The import java.util.ArrayList is never used, line 3 - failed on resource DispatchArticleController.java. Reason: The import org.yacos.core.conferences.Conference is never used, line 16 - failed on resource DispatchArticleController.java. Reason: The local variable article is never read, line 7 Override reason: d
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<table>
|
||||
<tr><td>title : ${article.title}
|
||||
<br/> theme: ${article.topic}
|
||||
<br/> author: ${article.mainAuthor}</td>
|
||||
<br/> main author: ${article.mainAuthor.firstName}{article.mainAuthor.lastName}</td>
|
||||
<td><a href="${article.URL_article}">download the article</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user