====== Report Code Block Comment ====== Author: Sophie Renshaw The following comment block must be included in all reports and updated after any and all report modifications. The aim of this is to accurately track historic report changes. /*************************************************************** * Copyright (c) 2017 Errigal Inc. * * This software is the confidential and proprietary information * of Errigal, Inc. You shall not disclose such confidential * information and shall use it only in accordance with the * license agreement you entered into with Errigal. * *************************************************************** */ /** * Created by David McGee on 3/21/16. */ public static void main(String[] args) { /** * Original Author: David McGee * Create Date: 1-Oct-2010 * Developer Notes: Report to capture hub audit data. * * Update History: * * (Date - Contributor - Support Ticket - Quick 1 line note on modification. Example below) * 01-Nov-2016 - David McGee - CUST-123 - Updated report to use new datasource */ }