fix the failure introduced with the last commit

This commit is contained in:
Rodica Sutu
2017-09-27 15:59:29 +03:00
committed by Tom Page
parent 9e5f53bd09
commit 9e18aa7f0c

View File

@@ -98,10 +98,6 @@ public class CustomDefinitionsAPI extends BaseAPI
{ {
return item.getString("refId"); return item.getString("refId");
} }
else
{
return null;
}
} }
} }