Replace spurious underscore with a dash

Addresses issue 655.
This commit is contained in:
Andrew Gaul 2011-10-10 17:21:54 -07:00
parent 946473314e
commit cb6f5e5b0e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public interface Constants {
* <p/> * <p/>
* Limits the amount of connections per context. * Limits the amount of connections per context.
*/ */
public static final String PROPERTY_MAX_CONNECTIONS_PER_CONTEXT = "jclouds.max-connections-per_context"; public static final String PROPERTY_MAX_CONNECTIONS_PER_CONTEXT = "jclouds.max-connections-per-context";
/** /**
* Integer property. default (0) * Integer property. default (0)