Skip to content
Snippets Groups Projects
Commit 77d74eff authored by mbrodhu's avatar mbrodhu
Browse files

SetTest

parent 78b4ea16
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public class SetDeliverer {
String setName = "";
if (setSpec.isExist() && setSpec != null && setSpec.getField(specField) != null) {
if (setSpec.isExists() && setSpec != null && setSpec.getField(specField) != null) {
setName = setSpec.getField(specField).getValue().toString();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment