|
From: <ha...@us...> - 2007-08-23 23:31:42
|
Revision: 1718
http://cogkit.svn.sourceforge.net/cogkit/?rev=1718&view=rev
Author: hategan
Date: 2007-08-23 16:31:40 -0700 (Thu, 23 Aug 2007)
Log Message:
-----------
always LC
Modified Paths:
--------------
trunk/current/src/cog/modules/abstraction-common/src/org/globus/cog/abstraction/impl/common/AbstractionProperties.java
Modified: trunk/current/src/cog/modules/abstraction-common/src/org/globus/cog/abstraction/impl/common/AbstractionProperties.java
===================================================================
--- trunk/current/src/cog/modules/abstraction-common/src/org/globus/cog/abstraction/impl/common/AbstractionProperties.java 2007-08-23 21:10:52 UTC (rev 1717)
+++ trunk/current/src/cog/modules/abstraction-common/src/org/globus/cog/abstraction/impl/common/AbstractionProperties.java 2007-08-23 23:31:40 UTC (rev 1718)
@@ -65,6 +65,7 @@
*/
public static List getProviders(String type) {
loadProviderProperties();
+ type = type.toLowerCase();
List l = new LinkedList();
Iterator i = providerProperties.entrySet().iterator();
while (i.hasNext()) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|