No problems. When you download the file again, you will not see a backslash in the property value. The end of escaping avoids all colons (and probably all equal characters), regardless of whether it is strictly required. (When they are not part of the key, you do not need to avoid them, but this probably makes the code simpler for this.)
As long as you always load the code using one of the Properties.load methods, you should not see any problems.
source share