53545556575859
@Override protected ICommandData createDataNode( LocalDate date, WorkspaceStorage ws, CommandEventType type) throws Exception { Command cmd = commandService().getCommand(type.getCommandId()); return new CommandData(date, ws, cmd, type.getCount()); }