Doesn't matter to me either way. On Oct 21, 2008, at 11:12 AM, Michael Gentry wrote:
I was doing a little cleanup under org.apache.cayenne.cache and FindBugs was issuing warnings about the final inner classes at the bottom of MapQueryCache.java (CacheEntry) and OSQueryCache.java (OSCacheAdministrator). Should these be declared as "final static class" instead of "final class"? Thanks!
