|
From: <be...@us...> - 2006-11-23 12:37:42
|
Revision: 223
http://svn.sourceforge.net/objectlabkit/?rev=223&view=rev
Author: benoitx
Date: 2006-11-23 04:37:41 -0800 (Thu, 23 Nov 2006)
Log Message:
-----------
[Bug 1601540]Added StandardTenor.T_2D thanks to Anthony Whitford for mentioning it.
Modified Paths:
--------------
trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java
trunk/src/site/changes.xml
Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java
===================================================================
--- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java 2006-11-23 12:31:20 UTC (rev 222)
+++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/StandardTenor.java 2006-11-23 12:37:41 UTC (rev 223)
@@ -50,6 +50,8 @@
public static final Tenor T_1D = new Tenor(1, TenorCode.DAY);
+ public static final Tenor T_2D = new Tenor(2, TenorCode.DAY);
+
public static final Tenor T_1W = new Tenor(1, TenorCode.WEEK);
public static final Tenor T_1M = new Tenor(1, TenorCode.MONTH);
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2006-11-23 12:31:20 UTC (rev 222)
+++ trunk/src/site/changes.xml 2006-11-23 12:37:41 UTC (rev 223)
@@ -9,6 +9,7 @@
</properties>
<body>
<release version="1.1.0" date="in SVN" description="Maintenance">
+ <action dev="benoitx" type="add" issue="1601540" due-to="Anthony Whitford">Added a standard Tenor 2D.</action>
<action dev="benoitx" type="fix" issue="1601542" due-to="Anthony Whitford">Spelling mistake in the code,
sorry for breaking your code with this release.</action>
<action dev="benoitx" type="add">Added new handler type ForwardUnlessNegative: a handler that acts like a Forward handler
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|