public ClockOffsetEventListener()

in component-test/src/main/java/org/apache/fineract/cn/rhythm/listener/ClockOffsetEventListener.java [39:42]


  public ClockOffsetEventListener(@SuppressWarnings("SpringJavaAutowiringInspection") final EventRecorder eventRecorder) {
    super();
    this.eventRecorder = eventRecorder;
  }