Skip to content

Commit

Permalink
Update API.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Aug 29, 2018
1 parent 856d416 commit ac79f2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/compiler-bridge/src/main/scala/xsbt/API.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ final class API(val global: CallbackGlobal) extends Compat with GlobalHelpers wi
* subsequent incremental compilations before (!) the initial compilation is done.
* This can buy us ~30-40% faster incremental compiler iterations.
*
* This method only takes care of non-local classes because local clsases have no
* This method only takes care of non-local classes because local classes have no
* relevance in the correctness of the algorithm and can be registered after genbcode.
* Local classes are only used to contruct the relations of products and to produce
* the list of generated files + stamps, but names referring to local classes **never**
Expand Down Expand Up @@ -175,7 +175,6 @@ final class API(val global: CallbackGlobal) extends Compat with GlobalHelpers wi
}

val names = FlattenedNames(
//flattenedNames(symbol)
fullName(symbol, java.io.File.separatorChar, symbol.moduleSuffix, true),
fullName(symbol, '.', symbol.moduleSuffix, false)
)
Expand Down

0 comments on commit ac79f2e

Please sign in to comment.