yacy_search_server/source/net/yacy/kelondro/data/meta
2011-03-15 09:52:39 +00:00
..
DigestURI.java avoided using a synchronized(this) for the hash computation to prevent that the lock on the object is (accidently) stolen by another thread and replaced this synchronization using the protocol object. Made also the protocol object final. 2011-03-15 09:52:39 +00:00
URIMetadata.java avoid string conversion 2011-03-11 00:59:27 +00:00
URIMetadataRow.java avoid string conversion 2011-03-11 00:59:27 +00:00