mirror of https://github.com/apache/jclouds.git
Merge pull request #103 from andrewgaul/issue-655
Issue 655: Replace spurious underscore with a dash
This commit is contained in:
commit
07fdaaffc8
|
@ -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