Skip to content

Commit 2e642ba

Browse files
committed
Polishing
[resolves #470]
1 parent e0d2941 commit 2e642ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/java_buildpack/framework/introscope_agent.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ def protocol_mapping(protocol)
105105
socket_factory_base = 'com.wily.isengard.postofficehub.link.net.'
106106

107107
protocol_socket_factory = {
108-
'' => socket_factory_base + 'DefaultSocketFactory',
109-
'ssl' => socket_factory_base + 'SSLSocketFactory',
110-
'http' => socket_factory_base + 'HttpTunnelingSocketFactory',
108+
'' => socket_factory_base + 'DefaultSocketFactory',
109+
'ssl' => socket_factory_base + 'SSLSocketFactory',
110+
'http' => socket_factory_base + 'HttpTunnelingSocketFactory',
111111
'https' => socket_factory_base + 'HttpsTunnelingSocketFactory'
112112
}
113113

rakelib/versions_task.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def initialize
6363
'geode_store' => 'Apache Geode Tomcat Session Store',
6464
'google_stackdriver_debugger' => 'Google Stackdriver Debugger',
6565
'groovy' => 'Groovy',
66+
'introscope_agent' => 'CA Introscope APM Framework',
6667
'jre' => 'OpenJDK JRE',
6768
'jrebel_agent' => 'JRebel Agent',
6869
'jvmkill_agent' => 'jvmkill Agent',

0 commit comments

Comments
 (0)