238239240241242243244245
} @SuppressWarnings("unchecked") Dictionary<String, ?> getPreviousProperties() { synchronized (propsLock) { return new UnmodifiableDictionary(prevProperties); } }
261262263264265266267268