mirror of https://github.com/sbt/sbt.git
fix scaladoc
This commit is contained in:
parent
92fdc29de6
commit
57c9253b5b
|
|
@ -347,7 +347,6 @@ object IvyActions {
|
|||
* It's the cached version of [[resolveAndRetrieve]].
|
||||
*
|
||||
* @param inputs The resolution inputs.
|
||||
* @param logicalClock The clock to check if a file is outdated or not.
|
||||
* @param cache The optional cache dependency.
|
||||
* @return The result of the cached resolution.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ class ClassStamper(
|
|||
|
||||
/**
|
||||
* Given a classpath and a class name, this tries to create a SHA-256 digest.
|
||||
* @param javaClassname Java-enclded class name to stamp
|
||||
* @param javaClassName Java-enclded class name to stamp
|
||||
* @param extraHashes additional information to include into the returning digest
|
||||
*/
|
||||
private[sbt] def transitiveStamp(
|
||||
|
|
|
|||
Loading…
Reference in New Issue