1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 17:56:20 +00:00

Typo, TODO

This commit is contained in:
jendib
2013-09-03 18:03:44 +02:00
parent f5079e83cb
commit fc53758eb7
3 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,6 @@ public class MemoryAppender extends AppenderSkeleton {
@Override
public synchronized void append(LoggingEvent event) {
// TODO Don't use size()
while (logQueue.size() > size) {
logQueue.remove();
}