OSDN Git Service

Fix use of Matcher.replaceAll method with backslash in the replacement string
authorNick Clarke <memorius@gmail.com>
Wed, 28 Jul 2010 03:55:24 +0000 (15:55 +1200)
committerRandy Baumgarte <randy@fbn.cx>
Wed, 28 Jul 2010 10:51:34 +0000 (06:51 -0400)
commit6af82ad8d8a88d29de24931c95529cc7f220b869
tree32c672302c4a56268e57d7a88083a947da2a30a1
parent36e619e3054430bd6384fad397136461138e0c84
Fix use of Matcher.replaceAll method with backslash in the replacement string

Backslash must be double-escaped here because it has special meaning
src/cx/fbn/nevernote/config/FileManager.java