} else {
p = config1.get(cat, h.getName(), denLib.ReflectionHelper.getStaticField(h).toString());
}
denLib.ReflectionHelper.setStaticField(h, p.getString());
ConfigCategory a123 = config1.getCategory(cat);
if (!t.comment().equals("Tunable Values")) {
a123.setComment(t.comment());
}
Annotation[] fAnno = h.getDeclaredAnnotations();
for (Annotation q : fAnno) {
if (q instanceof Comment) {
Comment comment = (Comment) q;