214215216217218219220221222
+ " already exists, it has the class " + existingOutlet.getClass().getName()); } if (unitDescriptor.isAddDebuggingInfoToOutput()) { outlet = new DebuggingOutletWrapper(outlet); } outlets.put(outlet.getName(), outlet); }