/[classpath]/classpath/java/sql/Timestamp.java
ViewVC logotype

Diff of /classpath/java/sql/Timestamp.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by tromey, Sat Apr 19 21:14:06 2003 UTC revision 1.10 by jfrijters, Thu Jul 24 18:18:13 2003 UTC
# Line 81  public class Timestamp extends java.util Line 81  public class Timestamp extends java.util
81    {    {
82      try      try
83        {        {
84          Date d = (Date) parse_sdf.parseObject(str);          java.util.Date d = (java.util.Date)parse_sdf.parseObject(str);
85    
86          if (d == null)          if (d == null)
87            throw new IllegalArgumentException(str);            throw new IllegalArgumentException(str);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26