marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
284 stars 36 forks source link

Optimize MemoryUserPrincipalLookupService #88

Closed marschall closed 7 years ago

marschall commented 7 years ago

We can safe a few words by using Collections.singletonMap in MemoryUserPrincipalLookupService when possible.