Skip to content

Commit

Permalink
Fix scala style.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Feb 22, 2016
1 parent 03dac45 commit ad63367
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ case class Join(
_broadcastHintRight = true
}

def broadcastHintLeft = _broadcastHintLeft
def broadcastHintRight = _broadcastHintRight
def broadcastHintLeft: Boolean = _broadcastHintLeft
def broadcastHintRight: Boolean = _broadcastHintRight

def copyBroadHintFrom(j: Join): Join = {
_broadcastHintLeft = j._broadcastHintLeft
Expand Down

0 comments on commit ad63367

Please sign in to comment.