diff options
author | Gergely Sarkozi <[email protected]> | 2018-09-03 16:04:50 +0200 |
---|---|---|
committer | Daniel Ennis <[email protected]> | 2018-09-03 10:04:50 -0400 |
commit | 2d45ec855f256473d2b3a1e2397a73a043e31a5d (patch) | |
tree | 59d75f65abf7ecc1f34dd58a749e488fd0aa13da /LICENSE.md | |
parent | 2ae60bd203f0c974351652da7f035c7d6a6f7eca (diff) | |
download | Paper-2d45ec855f256473d2b3a1e2397a73a043e31a5d.tar.gz Paper-2d45ec855f256473d2b3a1e2397a73a043e31a5d.zip |
Cached, local-class-supporting task names (#1409)
Fixes issue #1177
`MapMaker#weakKeys()` makes the `Map` use identity comparison for the keys, while also enabling the automatical removal of dropped classes from the cache.
The changes are the same as in #1399, except now the original patch is modified instead of a new one being created.
Diffstat (limited to 'LICENSE.md')
-rw-r--r-- | LICENSE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md index 65621ad0ed..5ce93c14aa 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -37,4 +37,5 @@ Hugo Manrique <[email protected]> Andrew Steinborn <[email protected]> willies952002 <[email protected]> MicleBrick <[email protected]> +Trigary <[email protected]> ``` |