Skip to content

Commit b683c34

Browse files
author
Prasanna Santhanam
committed
Fix the typo in componentContext.xml.in
HypervisorTemplateAdapter was mispelt causing server to not startup. Reported-by: Dave Cahill <dcahill@midokura.net.jp> Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 88355b9 commit b683c34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/tomcatconf/componentContext.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<property name="name" value="Basic"/>
141141
</bean>
142142

143-
<bean id="hyervisorTemplateAdapter" class="com.cloud.template.HyervisorTemplateAdapter">
143+
<bean id="HypervisorTemplateAdapter" class="com.cloud.template.HypervisorTemplateAdapter">
144144
<property name="name" value="HypervisorAdapter"/>
145145
</bean>
146146

0 commit comments

Comments
 (0)