(no commit message)
[utils] / mythtv / war / src / main / resources / org.wamblee.mythtv.application.xml
index 35681dc7cac616ba77c083329372eb088ce5db42..1017fffaece98c48766287cb24f1c536523c0666 100644 (file)
@@ -33,8 +33,8 @@
         <constructor-arg><ref local="org.wamblee.mythtv.LinkStructure"/></constructor-arg>
     </bean>
     
-    <bean id="org.wamblee.mythtv.MonitorScheduler" class="org.wamblee.mythtv.MonitorScheduler">
-        <constructor-arg><value>${org.wamblee.mythtv.pollinterval}</value></constructor-arg>    
+    <bean id="org.wamblee.mythtv.ScheduleConfig" class="org.wamblee.mythtv.ScheduleConfig">
+        <constructor-arg><value>${org.wamblee.mythtv.pollinterval}</value></constructor-arg>
     </bean>
 
 </beans>