mirror of https://github.com/apache/jclouds.git
Replace spurious underscore with a dash
Addresses issue 655.
This commit is contained in:
parent
946473314e
commit
cb6f5e5b0e
|
@ -46,7 +46,7 @@ public interface Constants {
|
|||
* <p/>
|
||||
* 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)
|
||||
|
|
Loading…
Reference in New Issue