Removed unneded annotation from tests
This commit is contained in:
parent
04b50ebc89
commit
53cb5e45a8
|
@ -372,7 +372,6 @@ public class SmartgearResourcesTest extends ScopedTest {
|
||||||
return memoryFacet;
|
return memoryFacet;
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("restriction")
|
|
||||||
private MemoryFacet getRamInfo(MemoryFacet memoryFacet) {
|
private MemoryFacet getRamInfo(MemoryFacet memoryFacet) {
|
||||||
if (memoryFacet == null) {
|
if (memoryFacet == null) {
|
||||||
memoryFacet = new MemoryFacetImpl();
|
memoryFacet = new MemoryFacetImpl();
|
||||||
|
|
Loading…
Reference in New Issue