Issue-ID: POLICY-2305
Change-Id: If056c7e9179e245fafd6badc70ff9eee78fb23b3
Signed-off-by: Jim Hahn <jrh3@att.com>
*
* @param args program arguments.
*/
- public static void main(String[] args) {
+ public static void main(String[] args) { // NOSONAR
+ /*
+ * NOTE: it is up to the individual features to perform argument validation.
+ * However, it doesn't appear that any of the features actually use the arguments,
+ * so no validation is necessary, thus sonar is disabled.
+ */
/* start logger */
Logger logger = LoggerFactory.getLogger(Main.class);