mirror of https://github.com/sbt/sbt.git
Make Stamped.file private[sbt]
This commit is contained in:
parent
fac6e0d9a0
commit
6a5f0f2af2
|
|
@ -30,7 +30,7 @@ private[sbt] trait Stamped {
|
|||
*/
|
||||
private[sbt] object Stamped {
|
||||
type File = JFile with Stamped
|
||||
def file(typedPath: TypedPath, entry: FileCacheEntry): JFile with Stamped =
|
||||
private[sbt] def file(typedPath: TypedPath, entry: FileCacheEntry): JFile with Stamped =
|
||||
new StampedFileImpl(typedPath, entry.stamp)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue