/[classpath]/classpath/java/util/logging/LogRecord.java
ViewVC logotype

Diff of /classpath/java/util/logging/LogRecord.java

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

revision 1.6 by mkoch, Wed Oct 20 07:54:15 2004 UTC revision 1.7 by mkoch, Fri Oct 22 17:15:57 2004 UTC
# Line 1  Line 1 
1  /* LogRecord.java --  /* LogRecord.java --
2     A class for the state associated with individual logging events     A class for the state associated with individual logging events
3     Copyright (C) 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 388  public class LogRecord Line 388  public class LogRecord
388     * Allocates a sequence number for a new LogRecord.  This class     * Allocates a sequence number for a new LogRecord.  This class
389     * method is only called by the LogRecord constructor.     * method is only called by the LogRecord constructor.
390     */     */
391    private synchronized static long allocateSeqNum()    private static synchronized long allocateSeqNum()
392    {    {
393      lastSeqNum += 1;      lastSeqNum += 1;
394      return lastSeqNum;      return lastSeqNum;

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