NIFI-8478 - This closes #5052. handle undefined system property 'user.region'

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
Paul Grey 2021-05-03 18:10:02 -04:00 committed by Joe Witt
parent 24d3d4325c
commit a74c17616d
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 0 additions and 1 deletions

View File

@ -437,7 +437,6 @@
-Djava.net.preferIPv4Stack=true
-Duser.language=${user.language}
-Duser.country=${user.country}
-Duser.region=${user.region}
-Duser.timezone=${user.timezone}
-Dfile.encoding=UTF-8</argLine>
</configuration>