Skip to content

Commit 97cb97e

Browse files
author
vsharma
committed
UWPR: New rates
1 parent 3bbb0fc commit 97cb97e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

16.9 KB
Binary file not shown.

src/org/uwpr/costcenter/ParseAndUploadRates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static void main(String[] args) throws SQLException, IOException, ParseEx
4040
System.out.println("Running in test mode");
4141
}
4242

43-
java.sql.Date effectiveDate = new java.sql.Date(UsageBlockBaseDAO.dateFormat.parse("2016-02-01 00-00-00").getTime());
43+
java.sql.Date effectiveDate = new java.sql.Date(UsageBlockBaseDAO.dateFormat.parse("2017-02-01 00-00-00").getTime());
4444

4545
ParseAndUploadRates parser = new ParseAndUploadRates();
4646
Map<String, MsInstrument> instrumentNameMap = parser.getInstruments();

0 commit comments

Comments
 (0)