Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed May 6, 2015
1 parent ab07f7e commit a6f5df1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class ClientWrapper(
}

/** Returns the configuration for the current session. */
def conf = SessionState.get().getConf
def conf: HiveConf = SessionState.get().getConf

private val client = Hive.get(conf)

Expand Down Expand Up @@ -148,7 +148,7 @@ class ClientWrapper(
def setInfo(stream: PrintStream): Unit = withHiveState {
state.info = stream
}

def setError(stream: PrintStream): Unit = withHiveState {
state.err = stream
}
Expand Down

0 comments on commit a6f5df1

Please sign in to comment.