mirror of https://github.com/sbt/sbt.git
finalize hash
This commit is contained in:
parent
76297bef4d
commit
c74ecb55e9
|
|
@ -111,7 +111,7 @@ final class HashAPI(tags: TypeVars, includePrivate: Boolean, includeParamNames:
|
|||
hash = startHash(0)
|
||||
hashSymmetric(s.packages, hashPackage)
|
||||
hashDefinitions(s.definitions, true)
|
||||
hash
|
||||
finalizeHash(hash)
|
||||
}
|
||||
|
||||
def hashPackage(p: Package) = hashString(p.name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue