Skip to content

Commit

Permalink
make APIDiff private[inc]
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Jun 25, 2013
1 parent 0e42622 commit 931c297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile/inc/src/main/scala/sbt/inc/APIDiff.scala
Expand Up @@ -19,7 +19,7 @@ import java.util.{List => JList}
* @throws LinkageError
* @throws ExceptionInInitializerError
*/
class APIDiff {
private[inc] class APIDiff {

import APIDiff._

Expand Down Expand Up @@ -59,7 +59,7 @@ class APIDiff {

}

object APIDiff {
private[inc] object APIDiff {
private val diffUtilsClassName = "difflib.DiffUtils"
private val patchClassName = "difflib.Patch"
private val diffMethodName = "diff"
Expand Down

0 comments on commit 931c297

Please sign in to comment.