Fix typos in javadoc.

This commit is contained in:
Scott Frederick
2016-10-24 16:22:38 -05:00
parent 7d090c9993
commit 93631a2667
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ import org.springframework.context.annotation.Import;
* spirit, scans services bound to the app and creates a bean for each. It also creates a bean
* of {@link ApplicationInstanceInfo} class to expose information about the application instance.
*
* Upon service scanning, if there is a unique bean of for service type, you can inject it
* Upon service scanning, if there is a unique bean for service type, you can inject it
* using the following code (shows Redis, but the same scheme works for all services):
* <pre>
* &#64;Autowired RedisConnectionFactory redisConnectionFactory;

View File

@@ -25,7 +25,7 @@ import org.springframework.context.annotation.Import;
* with the &#064;Component classes and creates a bean for each. &#064;ServiceScan, in the same
* spirit, scans services bound to the app and creates a bean for each.
*
* Upon service scanning, if there is a unique bean of for service type, you can inject it
* Upon service scanning, if there is a unique bean for service type, you can inject it
* using the following code (shows Redis, but the same scheme works for all services):
* <pre>
* &#64;Autowired RedisConnectionFactory redisConnectionFactory;