SGF-457 - Clean up Javadoc warnings.

This commit is contained in:
John Blum
2016-01-08 17:41:08 -08:00
parent f752419b69
commit 1c93c97dc8

View File

@@ -46,7 +46,8 @@ public class GemfireSimpleTypeHolder extends SimpleTypeHolder {
/**
* Constructs an instance of GemfireSimpleTypeHolder initialized with additional, custom simple types
* handled by GemFire along with register the default simple types.
* @see org.springframework.data.mapping.model.SimpleTypeHolder(Set, boolean)
*
* @see org.springframework.data.mapping.model.SimpleTypeHolder#SimpleTypeHolder(Set, boolean)
*/
public GemfireSimpleTypeHolder() {
super(CUSTOM_SIMPLE_TYPES, REGISTER_DEFAULTS);