Plein de modif
Policy failures: Code warning - failed on resource DispatchArticleController.java. Reason: ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized, line 37 - failed on resource DispatchArticleController.java. Reason: ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized, line 38 - failed on resource DispatchArticleController.java. Reason: ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized, line 62 - failed on resource DispatchArticleController.java. Reason: ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized, line 63 - failed on resource ChoosePreferenceControllerOK.java. Reason: The import java.util.Date is never used, line 14 ... and more. Override reason: haha
This commit is contained in:
@@ -45,8 +45,8 @@ function Supprimer(form) {
|
||||
|
||||
<br /><br />
|
||||
|
||||
<input type="reset" value=<fmt:message key="button.reset" />>
|
||||
<input type="submit" value=<fmt:message key="button.OK" />> <br/><br/>
|
||||
<input type="reset" value="<fmt:message key="button.reset" />"/>
|
||||
<input type="submit" value="<fmt:message key="button.OK" />"/> <br/><br/>
|
||||
|
||||
</form:form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user