/[classpath]/classpath/gnu/java/security/der/DERReader.java
ViewVC logotype

Diff of /classpath/gnu/java/security/der/DERReader.java

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

revision 1.6 by mark, Sat Jul 2 20:32:14 2005 UTC revision 1.7 by green, Wed Sep 14 16:56:53 2005 UTC
# Line 389  public class DERReader implements DER Line 389  public class DERReader implements DER
389                Integer.parseInt(str.substring( 4,  6)),    // day                Integer.parseInt(str.substring( 4,  6)),    // day
390                Integer.parseInt(str.substring( 6,  8)),    // hour                Integer.parseInt(str.substring( 6,  8)),    // hour
391                Integer.parseInt(str.substring( 8, 10)));   // minute                Integer.parseInt(str.substring( 8, 10)));   // minute
392              if (date.length() == 12);              if (date.length() == 12)
393                calendar.set(Calendar.SECOND,                calendar.set(Calendar.SECOND,
394                  Integer.parseInt(str.substring(10, 12)));                  Integer.parseInt(str.substring(10, 12)));
395            }            }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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