Removed restriction annotation which is not needed with open JDK
This commit is contained in:
parent
7b8a0f01dd
commit
a213ba0f74
|
@ -261,7 +261,6 @@ public class SmartgearResourcesTest extends ContextTest {
|
|||
return memoryFacet;
|
||||
}
|
||||
|
||||
@SuppressWarnings("restriction")
|
||||
private MemoryFacet getRamInfo(MemoryFacet memoryFacet) {
|
||||
if(memoryFacet == null){
|
||||
memoryFacet = new MemoryFacetImpl();
|
||||
|
|
Loading…
Reference in New Issue