Skip to content
Snippets Groups Projects
Commit 36465734 authored by rballa's avatar rballa
Browse files

get interfacename from item of entity which is readable/writeable

parent eae2a0d7
Branches
No related tags found
No related merge requests found
......@@ -39,9 +39,9 @@ public class NoDPWSService1 extends DefaultService
{
if (subEnt.isReadable())
{
if (ent.getItem() != null)
if (subEnt.getItem() != null)
{
interfaceName = ent.getItem().toString();
interfaceName = subEnt.getItem().toString();
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment