mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Fix typos
Closes gh-3504
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user