Skip to content

Commit f77d59d

Browse files
author
moez
committed
Added support for calling polymorphic methods with explicit type info
git-svn-id: file:///tmp/test-svn/trunk@2520 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent a6c0afb commit f77d59d

File tree

8 files changed

+2323
-2062
lines changed

8 files changed

+2323
-2062
lines changed

dynamicjava/src/koala/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* This file is copied to Version.java by the build process, which also
5454
* fills in the right values of the date and time.
5555
*
56-
* This javadoc corresponds to build drjava-20040720-1530;
56+
* This javadoc corresponds to build drjava-20040728-2250;
5757
*
5858
* @version $Id$
5959
*/
@@ -62,7 +62,7 @@ public abstract class Version {
6262
* This string will be automatically expanded upon "ant commit".
6363
* Do not edit it by hand!
6464
*/
65-
private static final String BUILD_TIME_STRING = "20040720-1530";
65+
private static final String BUILD_TIME_STRING = "20040728-2250";
6666

6767
/** A {@link Date} version of the build time. */
6868
private static final Date BUILD_TIME = _getBuildDate();

0 commit comments

Comments
 (0)