uimaj-ep-runtime-deployeditor/src/main/java/org/apache/uima/aae/deployment/impl/AsyncAggregateErrorConfiguration_Impl.java [183:195]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      NamedNodeMap map = aElement.getAttributes();
      if (map != null) {
        for (int i=0; i<map.getLength(); ++i) {
          Node item = map.item(i);
          String name = item.getNodeName();
          String val = item.getNodeValue();
          if (val == null) {
            val = "";
          } else {
            val = val.trim();
          }
          if (TAG_ATTR_MAX_RETRIES.equalsIgnoreCase(name)) {
            if (val.length() > 0) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



uimaj-ep-runtime-deployeditor/src/main/java/org/apache/uima/aae/deployment/impl/AsyncAggregateErrorConfiguration_Impl.java [214:226]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      NamedNodeMap map = aElement.getAttributes();
      if (map != null) {
        for (int i=0; i<map.getLength(); ++i) {
          Node item = map.item(i);
          String name = item.getNodeName();
          String val = item.getNodeValue();
          if (val == null) {
            val = "";
          } else {
            val = val.trim();
          }
          if (TAG_ATTR_MAX_RETRIES.equalsIgnoreCase(name)) {
            if (val.length() > 0) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



