SerializedClassSubject: Fix Javadoc link
Change-Id: Ib1d97286989ad0256394f6d46c7cf9b6421bce19
This commit is contained in:
		@@ -32,7 +32,7 @@ import org.apache.commons.lang3.reflect.FieldUtils;
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Subject about classes that are serialized into persistent caches.
 | 
					 * Subject about classes that are serialized into persistent caches.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * <p>Hand-written {@link com.google.gerrit.server.cache.CacheSerializer CacheSerializer}
 | 
					 * <p>Hand-written {@link com.google.gerrit.server.cache.serialize.CacheSerializer CacheSerializer}
 | 
				
			||||||
 * implementations depend on the exact representation of the data stored in a class, so it is
 | 
					 * implementations depend on the exact representation of the data stored in a class, so it is
 | 
				
			||||||
 * important to verify any assumptions about the structure of the serialized classes. This class
 | 
					 * important to verify any assumptions about the structure of the serialized classes. This class
 | 
				
			||||||
 * contains assertions about serialized classes, and should be used for every class that has a
 | 
					 * contains assertions about serialized classes, and should be used for every class that has a
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user