SerializedClassSubject: Fix Javadoc link

Change-Id: Ib1d97286989ad0256394f6d46c7cf9b6421bce19
This commit is contained in:
David Pursehouse
2018-08-23 12:25:32 +09:00
parent 9605feda11
commit 18e17f4689

View File

@@ -32,7 +32,7 @@ import org.apache.commons.lang3.reflect.FieldUtils;
/**
* 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
* 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