*
* @return instance of {@link StatisticsMode.CORRECTIONS} {@link StatisticsManager}
*/
public StatisticsManager getStatisticsManager3() {
if (this.statisticsManager3 == null) {
this.statisticsManager3 = new StatisticsManager(StatisticsMode.CORRECTIONS, new UserProjectFilter(this.myProjekt.getId()), FacesContext
.getCurrentInstance().getViewRoot().getLocale());
}
return this.statisticsManager3;
}