2004-10-18 Jeroen Frijters <jeroen@frijters.net>
* java/util/Timer.java (nr): Removed useless initializer. * java/util/logging/LogRecord.java (lastSeqNum): Likewise. * javax/naming/spi/NamingManager.java (icfb, ofb): Likewise. From-SVN: r89206
This commit is contained in:
parent
73aab3dec3
commit
36071b5cbe
4 changed files with 13 additions and 4 deletions
|
@ -384,7 +384,7 @@ public class LogRecord
|
|||
/**
|
||||
* The last used sequence number for any LogRecord.
|
||||
*/
|
||||
private static long lastSeqNum = 0;
|
||||
private static long lastSeqNum;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue