mirror of https://github.com/sbt/sbt.git
fix typo
This commit is contained in:
parent
e5af0fe0e9
commit
aa14656753
|
|
@ -18,7 +18,7 @@ and works fairly well.
|
||||||
`ln -s ~/Applications/async-profiler/profiler.sh $HOME/bin/profiler.sh`
|
`ln -s ~/Applications/async-profiler/profiler.sh $HOME/bin/profiler.sh`
|
||||||
`ln -s ~/Applications/async-profiler/build $HOME/bin/build`
|
`ln -s ~/Applications/async-profiler/build $HOME/bin/build`
|
||||||
|
|
||||||
Next, close all Java appliations and anything that may affect the profiling, and run sbt in one terminal:
|
Next, close all Java applications and anything that may affect the profiling, and run sbt in one terminal:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sbt exit
|
$ sbt exit
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ import sbt.internal.CommandStrings.{
|
||||||
}
|
}
|
||||||
|
|
||||||
private[sbt] object CrossJava {
|
private[sbt] object CrossJava {
|
||||||
// parses jabaa style version number adopt@1.8
|
// parses jabba style version number adopt@1.8
|
||||||
def parseJavaVersion(version: String): JavaVersion = {
|
def parseJavaVersion(version: String): JavaVersion = {
|
||||||
def splitDot(s: String): Vector[Long] =
|
def splitDot(s: String): Vector[Long] =
|
||||||
Option(s) match {
|
Option(s) match {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue