Merge pull request #16 from Duhemm/jline-access

Make `sbt.internal.util.JLine` private to sbt package
This commit is contained in:
eugene yokota 2015-09-10 20:53:36 -04:00
commit 71aebc32f6
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ abstract class JLine extends LineReader {
reader.flush()
}
}
private object JLine {
private[sbt] object JLine {
private[this] val TerminalProperty = "jline.terminal"
fixTerminalProperty()