PropertiesEditor bug
Hi
Consider the following code fragment :
key1 = \
line1 \
line2 \
line3 \
key2 = \
line1 \
line2 \
line3 \
PropertiesEditor only sees one property "key1", but Java sees key1 and
key2. The final backslash followed by empty lines causes the problem.
Thanks!
BoD
Please sign in to leave a comment.
I'll try to fix