Commit 437fa1cf authored by slogic-sa's avatar slogic-sa Committed by Thomas Huster
Browse files

[16395] Executable extension definition for "class_pre" not found. (#373)

parent b81cbb0f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -109,8 +109,7 @@ public class Konsultation extends PersistentObject implements Comparable<Konsult
					adjusters.add((IVerrechenbarAdjuster) o);
				}
			} catch (CoreException e) {
				// just log the failed instantiation
				ExHandler.handle(e);
				log.warn("{} [{}]", e.getMessage(), elem.toString());
			}
		}
	}