908909910911912913914915916917918
continue; } tag = at.getCategory().getName().replace(' ', '-'); } if (!contains(footers, new FooterKey(tag), identbuf.toString())) { msgbuf.append(tag); msgbuf.append(": "); msgbuf.append(identbuf); msgbuf.append('\n'); }
303132333435363738
throws PatternSyntaxException { f = f.trim(); if (f.endsWith(":")) { f = f.substring(0, f.length() - 1); } this.key = new FooterKey(f); this.match = Pattern.compile(m.trim()); this.system = s.trim(); }