[Tynstep-svn] r42 - trunk/StepDataLoader/src/com/tyndalehouse/step/dataloader/loaders

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Mon Dec 14 08:37:53 MST 2009


Author: ChrisBurrell
Date: 2009-12-14 08:37:52 -0700 (Mon, 14 Dec 2009)
New Revision: 42

Modified:
   trunk/StepDataLoader/src/com/tyndalehouse/step/dataloader/loaders/TimelineLoader.java
Log:
updates to timeline dataloader

Modified: trunk/StepDataLoader/src/com/tyndalehouse/step/dataloader/loaders/TimelineLoader.java
===================================================================
--- trunk/StepDataLoader/src/com/tyndalehouse/step/dataloader/loaders/TimelineLoader.java	2009-12-12 22:19:44 UTC (rev 41)
+++ trunk/StepDataLoader/src/com/tyndalehouse/step/dataloader/loaders/TimelineLoader.java	2009-12-14 15:37:52 UTC (rev 42)
@@ -70,7 +70,6 @@
 			}
 		});
 
-		//TODO: change timeband_id to sub_timeband_id and timeband_id = filename
 		List<TimelineEventBean> events = new ArrayList<TimelineEventBean>();
 		TimelineEventBean tb;
 		int count = 0;
@@ -186,8 +185,6 @@
 		// set up the key factory once
 		KeyFactory keyFactory = PassageKeyFactory.instance();
 
-		
-		//TODO: change insert statement to allow timeband_id and subtime_band_id to be populated.
 		try {
 			for (TimelineEventBean event : events) {
 				// System.out.println(event.getName() + " " + event.getID() +




More information about the Tynstep-svn mailing list