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:
Luca Frosini 2017-05-05 14:07:04 +00:00
parent 8951681d06
commit bbed0810ef
1 changed files with 2 additions and 0 deletions

View File

@ -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);