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 856cc9bccb
commit d0130c6be0

View File

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