Fix typos

Closes gh-3504
This commit is contained in:
izeye
2015-07-15 20:16:30 +09:00
committed by Stephane Nicoll
parent f2d32d3e98
commit f4589e7cc3
17 changed files with 20 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ public interface GemstoneService {
/**
* Return a listing of Gemstones currently stored in the GemFire Cache.
* @return a Iterable object to iterate over the list of Gemstones currently stored in
* @return an Iterable object to iterate over the list of Gemstones currently stored in
* the GemFire Cache.
* @see java.lang.Iterable
* @see sample.data.gemfire.domain.Gemstone

View File

@@ -97,7 +97,7 @@ public class GemstoneServiceImpl implements GemstoneService {
* Return a listing of Gemstones currently stored in the GemFire Cache.
* <p/>
*
* @return a Iterable object to iterate over the list of Gemstones currently stored in
* @return an Iterable object to iterate over the list of Gemstones currently stored in
* the GemFire Cache.
* @see java.lang.Iterable
* @see sample.data.gemfire.domain.Gemstone