Uncommented the entry for entity_comparison in beans.xml
This commit is contained in:
parent
d55a3380d3
commit
214bd1fbfc
1 changed files with 1 additions and 5 deletions
|
@ -28,12 +28,9 @@
|
|||
<bean id="coprincipalinvestigator"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.coprincipalinvestigator.CoPIGrantCountRequestHandler" />
|
||||
|
||||
<!--
|
||||
|
||||
<bean id="entity_comparison"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.entitycomparison.EntityPublicationCountRequestHandler" />
|
||||
|
||||
-->
|
||||
<bean id="visualizationInjector"
|
||||
class="edu.cornell.mannlib.vitro.webapp.controller.visualization.freemarker.VisualizationInjector">
|
||||
<property name="visualizations">
|
||||
|
@ -58,11 +55,10 @@
|
|||
<ref bean="person_level"></ref>
|
||||
</entry>
|
||||
|
||||
<!--
|
||||
<entry key="entity_comparison">
|
||||
<ref bean="entity_comparison"></ref>
|
||||
</entry>
|
||||
-->
|
||||
|
||||
<entry key="coprincipalinvestigator">
|
||||
<ref bean="coprincipalinvestigator"></ref>
|
||||
</entry>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue