Skip to content

Commit

Permalink
fix bug in scala 2.7 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
robey committed Dec 1, 2010
1 parent 42b11ad commit 27a4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/net/lag/logging/Logger.scala
Expand Up @@ -314,7 +314,7 @@ object Logger {
/**
* Iterate the Logger objects that have been created.
*/
def elements: Iterator[Logger] = loggersCache.values.elements
def elements: Iterator[Logger] = loggersCache.values

/**
* Create a Logger (or find an existing one) and configure it according
Expand Down

0 comments on commit 27a4d3c

Please sign in to comment.