Skip to content
Snippets Groups Projects
Commit e354e250 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Removing warning on annotation

parent 0fdeca24
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ public class AutoSecurityGenerationDiplodocusTest extends AbstractTest {
}
@Test
@SuppressWarnings("unchecked")
public void testSecurityModels() throws Exception {
// Test if proverif is installed in the path
TraceManager.addDev("Testing if \"proverif\" is in the PATH");
......@@ -173,6 +174,7 @@ public class AutoSecurityGenerationDiplodocusTest extends AbstractTest {
assertEquals(0, syntaxGenerated.hasErrors());
TMLMappingTextSpecification<Class<?>> specNew = new TMLMappingTextSpecification<Class<?>>(tab);
specNew.toTextFormat((TMLMapping<Class<?>>) tmap);
specNew.saveFile(pathDirJsonFile, "spec");
......
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