git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946212
13f79535-47bb-0310-9956-
ffa450edef68
config.processAnnotationsFile(pFile, webxml);
fail();
} catch (IllegalArgumentException ex) {
- // ingore
+ // ignore
}
ServletDef servletDef = webxml.getServlets().get("param");
assertNull(servletDef);
config.processAnnotationsFile(pFile, webxml);
fail();
} catch (IllegalArgumentException ex) {
- // ingore
+ // ignore
}
FilterDef filterDef = webxml.getFilters().get("paramD");
assertNull(filterDef);