Commit in java/trunk/conditions/src/main/java/org/hps/conditions/svt on MAIN
SvtTimeShiftConverter.java+1-1302 -> 303
Correct type from Integer to Double.

java/trunk/conditions/src/main/java/org/hps/conditions/svt
SvtTimeShiftConverter.java 302 -> 303
--- java/trunk/conditions/src/main/java/org/hps/conditions/svt/SvtTimeShiftConverter.java	2014-03-17 17:45:19 UTC (rev 302)
+++ java/trunk/conditions/src/main/java/org/hps/conditions/svt/SvtTimeShiftConverter.java	2014-03-17 18:51:07 UTC (rev 303)
@@ -60,7 +60,7 @@
                 FieldValueMap fieldValues = new FieldValueMap();
                 fieldValues.put("fpga", resultSet.getInt(2));
                 fieldValues.put("hybrid", resultSet.getInt(3));
-                fieldValues.put("time_shift", resultSet.getInt(4));
+                fieldValues.put("time_shift", resultSet.getDouble(4));
                 
                 SvtTimeShift newObject = _objectFactory.createObject(SvtTimeShift.class, tableName, rowId, fieldValues, true);
                 
SVNspam 0.1