Update path since we don't use the legacy path
This commit is contained in:
parent
a9db0674eb
commit
136633d031
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="afosToAwipsListener" class="com.raytheon.uf.edex.plugin.text.dbsrv.ingest.AfosToAwipsListener">
|
<bean id="afosToAwipsListener" class="com.raytheon.uf.edex.plugin.text.dbsrv.ingest.AfosToAwipsListener">
|
||||||
<constructor-arg value="${afos2awips.legacyFileLocation}"/>
|
<constructor-arg value="afos2awips.txt"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="afosBrowserListener" class="com.raytheon.uf.edex.plugin.text.dbsrv.ingest.AfosBrowserModelSubscriber" />
|
<bean id="afosBrowserListener" class="com.raytheon.uf.edex.plugin.text.dbsrv.ingest.AfosBrowserModelSubscriber" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue