Remove comment about bogus thread safety, not true anymore after last commit.
This commit is contained in:
parent
70edf7bedf
commit
e95169cfe6
1 changed files with 0 additions and 5 deletions
|
@ -26,11 +26,6 @@ import java.util.zip.GZIPOutputStream;
|
||||||
/**
|
/**
|
||||||
* An extended Logger that writes to a file and rotates files each midnight.
|
* An extended Logger that writes to a file and rotates files each midnight.
|
||||||
*
|
*
|
||||||
* Note that the methods in this class that operate on the file writer
|
|
||||||
* (write(), openFile(), closeFile()) are expected to be called by just one
|
|
||||||
* thread (the static runner thread in helma.util.Logging) which is why they
|
|
||||||
* are not synchronized, although they're not threadsafe.
|
|
||||||
*
|
|
||||||
* @author Stefan Pollach
|
* @author Stefan Pollach
|
||||||
* @author Daniel Ruthardt
|
* @author Daniel Ruthardt
|
||||||
* @author Hannes Wallnoefer
|
* @author Hannes Wallnoefer
|
||||||
|
|
Loading…
Add table
Reference in a new issue