Fix Javadoc.

This commit is contained in:
John Blum
2018-05-23 18:51:17 -07:00
parent 05267ee8bf
commit efc645b3a7
4 changed files with 11 additions and 5 deletions

View File

@@ -16,13 +16,13 @@
package org.springframework.boot.data.geode.function.executions;
import org.junit.experimental.theories.suppliers.TestedOn;
import org.springframework.data.gemfire.function.annotation.OnRegion;
/**
* The Calculator class...
* The {@link Calculator} interface defines Apache Geode/Pivotal GemFire Functions.
*
* @author John Blum
* @see org.springframework.data.gemfire.function.annotation.OnRegion
* @since 1.0.0
*/
@SuppressWarnings("all")