Object tmp = thePort.getValue(stereoRtFeature, "specification"); if(tmp instanceof List){ List specList = (List)tmp; specList.add(theComment); }
Report message to a moderator