suppressed warning
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@148330 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8951681d06
commit
bbed0810ef
|
@ -77,7 +77,9 @@ public class RuleTest extends ScopedTest {
|
|||
public void test() throws Exception {
|
||||
EService eService = createEservice();
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
UUID eServiceUUID = checkEServiceCreation(eService);
|
||||
@SuppressWarnings("unused")
|
||||
UUID softwareFacetUUID = checkFacetCreation(eService);
|
||||
|
||||
SoftwareFacet softwareFacet = (SoftwareFacet) eService.getIdentificationFacets().get(0);
|
||||
|
|
Loading…
Reference in New Issue