#107 Tolerant Reader JavaDoc

This commit is contained in:
Ilkka Seppala
2015-08-21 23:25:22 +03:00
parent 0bda2bda1e
commit 35e1afd7dc
3 changed files with 12 additions and 8 deletions

View File

@ -10,8 +10,8 @@ import java.util.Map;
/**
*
* RainbowFishSerializer provides methods for reading and writing RainbowFish objects to file.
* Tolerant Reader pattern is implemented here by serializing maps instead of RainbowFish objects.
* RainbowFishSerializer provides methods for reading and writing {@link RainbowFish} objects to file.
* Tolerant Reader pattern is implemented here by serializing maps instead of {@link RainbowFish} objects.
* This way the reader does not break even though new properties are added to the schema.
*
*/