Backblaze / b2-sdk-java

The official Java SDK for using Backblaze's B2 Storage APIs
Other
93 stars 26 forks source link

Fix regular expression that has an unescaped #123

Closed dwisiswant0 closed 4 years ago

dwisiswant0 commented 4 years ago

This regular expression has an unescaped ., so it might match more hosts than expected. For example, this lines below will show LGTM.

######################################################################
#
# File: check_licenses
#
# Copyright 2017, Backblaze Incx All Rights Reserved.
#
# License https://wwwxbackblazexcom/using_b2_codexhtml
#
######################################################################
> ./check_code check_code
check_code: looks good.