Removed restriction annotation which is not needed with open JDK

This commit is contained in:
Luca Frosini 2019-12-13 10:21:28 +01:00
parent 7b8a0f01dd
commit a213ba0f74
1 changed files with 0 additions and 1 deletions

View File

@ -261,7 +261,6 @@ public class SmartgearResourcesTest extends ContextTest {
return memoryFacet;
}
@SuppressWarnings("restriction")
private MemoryFacet getRamInfo(MemoryFacet memoryFacet) {
if(memoryFacet == null){
memoryFacet = new MemoryFacetImpl();