278279280281282283284285286287288
throw new IllegalArgumentException( "property file entry must not be empty : " + type + " / " + anno); } final PropertyFileBean propBean = new PropertyFileBean(); propBean.entry = entry; /** no duplicates */ bean.propertyFileSet.remove(propBean);
290291292293294295296297298299300
throw new IllegalArgumentException( "property file entry must not be empty : " + type + " / " + annoDesc); } final PropertyFileBean propBean = new PropertyFileBean(); propBean.entry = entry; /** no duplicates */ bean.propertyFileSet.remove(propBean);
292293294295296297298299300301302
301302303304305306307308309310311