rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

Delete dependency for commons-lang #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Because the library is now based on Java 1.5 we don't need commons-lang anymore.

Use Java 1.4 replaceAll() method
  value = value.replaceAll("\"", """);
instead of commons-lang method:
  value = StringUtils.replace(value, "\"", """);

Original issue reported on code.google.com by axelclk@gmail.com on 29 Jun 2012 at 3:51

GoogleCodeExporter commented 8 years ago
Commited r5728.

Original comment by axelclk@gmail.com on 29 Jun 2012 at 3:55

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 3 Jul 2012 at 5:35

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 8 Aug 2012 at 12:59