finalize hash

This commit is contained in:
Mark Harrah 2011-10-05 21:04:34 -04:00
parent 76297bef4d
commit c74ecb55e9
1 changed files with 1 additions and 1 deletions

View File

@ -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)