Skip to content

Commit e7ccbe4

Browse files
committed
fix: removed JNDI reference :)
1 parent d29297f commit e7ccbe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/ibm/cloud/sdk/core/util/CredentialUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ public static String getVcapValue(String serviceName, String key) {
165165
}
166166

167167
/**
168-
* Returns the value associated with the provided key from the VCAP_SERVICES, or null if it doesn't exist. In the
169-
* case of the API URL, if VCAP_SERVICES aren't present, this method will also search in JNDI.
168+
* Returns the value associated with the provided key from the VCAP_SERVICES, or null if it doesn't exist.
170169
*
171170
* @param serviceName the service name
172171
* @param key the key whose value should be returned

0 commit comments

Comments
 (0)