jclouds/drivers
Andrew Gaul 985cccff9a Prefer valueOf over explicit object creation
This allows use of cached values.  Patched with:

find -name \*.java | xargs sed -i 's/new Boolean(false)/Boolean.FALSE/g'
find -name \*.java | xargs sed -i 's/new Boolean(true)/Boolean.TRUE/g'
find -name \*.java | xargs sed -i 's/new Boolean(/Boolean.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Integer(/Integer.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Long(/Long.valueOf(/g'
2012-07-22 21:01:46 -07:00
..
apachehc cleaned up http builders and expect tests 2012-07-15 01:50:38 -07:00
bouncycastle Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin. 2012-06-03 19:41:54 +03:00
enterprise Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin. 2012-06-03 19:41:54 +03:00
gae Prefer InputSupplier helpers 2012-07-18 17:42:48 -07:00
joda Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin. 2012-06-03 19:41:54 +03:00
jsch Prefer valueOf over explicit object creation 2012-07-22 21:01:46 -07:00
log4j Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin. 2012-06-03 19:41:54 +03:00
netty Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin. 2012-06-03 19:41:54 +03:00
slf4j Issue 962:slf4j initializing loggers to null 2012-06-06 16:35:48 -07:00
sshj Prefer valueOf over explicit object creation 2012-07-22 21:01:46 -07:00
pom.xml updated current version to 1.5.0-SNAPSHOT 2012-02-04 11:06:07 -08:00