mirror of https://github.com/sbt/sbt.git
Merge pull request #16 from Duhemm/jline-access
Make `sbt.internal.util.JLine` private to sbt package
This commit is contained in:
commit
af53ad1598
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue