Fix the typo error in the error message 57/64057/1 1.1.8
authorsunil unnava <su622b@att.com>
Fri, 31 Aug 2018 18:39:10 +0000 (14:39 -0400)
committersunil unnava <su622b@att.com>
Fri, 31 Aug 2018 18:39:33 +0000 (14:39 -0400)
Issue-ID: DMAAP-688
Change-Id: I5457bf0829fa509e932e2e814ed4b9e9a21ce2e5
Signed-off-by: sunil unnava <su622b@att.com>
src/main/java/com/att/nsa/mr/tools/ValidatorUtil.java

index 1b8cd47..0539582 100644 (file)
@@ -165,7 +165,7 @@ public class ValidatorUtil {
                        }
                        String authDate  = props.getProperty("authDate");
                        if (authDate == null || authDate.isEmpty()) {
-                               throw new IllegalArgumentException ( "password is needed" );
+                               throw new IllegalArgumentException ( "authDate is needed" );
                        }
                        
                }