Browse Source

trivial fix to add the missing Logging class

git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1401909 13f79535-47bb-0310-9956-ffa450edef68
0.8.0-beta1-candidate1
Jun Rao 12 years ago
parent
commit
4ef9166769
  1. 2
      core/src/main/scala/kafka/utils/CommandLineUtils.scala

2
core/src/main/scala/kafka/utils/CommandLineUtils.scala

@ -5,7 +5,7 @@ import joptsimple.{OptionSpec, OptionSet, OptionParser} @@ -5,7 +5,7 @@ import joptsimple.{OptionSpec, OptionSet, OptionParser}
/**
* Helper functions for dealing with command line utilities
*/
object CommandLineUtils {
object CommandLineUtils extends Logging {
def checkRequiredArgs(parser: OptionParser, options: OptionSet, required: OptionSpec[_]*) {
for(arg <- required) {

Loading…
Cancel
Save