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 committed by Dale Wijnand
commit af53ad1598
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
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()