Skip to content

Commit 78a3ba7

Browse files
Incorporating code review comments
1 parent 755c6b6 commit 78a3ba7

File tree

18 files changed

+20
-22
lines changed

18 files changed

+20
-22
lines changed

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/AwsCloudMapPropertySource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* them with the key cloudMap namespace/service.
3838
*
3939
* @author Hari Ohm Prasath
40-
* @since 1.0
40+
* @since 2.3.2
4141
*/
4242
public class AwsCloudMapPropertySource extends EnumerablePropertySource<AWSServiceDiscovery> {
4343

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/AwsCloudMapPropertySourceLocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* instances based on cloudmap namespace and service.
3030
*
3131
* @author Hari Ohm Prasath
32-
* @since 1.0
32+
* @since 2.3.2
3333
*/
3434
public class AwsCloudMapPropertySourceLocator implements PropertySourceLocator {
3535

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/AwsCloudMapPropertySources.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* service using the provided AWS ServiceDiscovery client.
2424
*
2525
* @author Hari Ohm Prasath
26-
* @since 1.0
26+
* @since 2.3.2
2727
*/
2828
public class AwsCloudMapPropertySources {
2929

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/CloudMapDiscoverService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* service discovery.
3232
*
3333
* @author Hari Ohm Prasath
34-
* @since 1.0
34+
* @since 2.3.2
3535
*/
3636
public class CloudMapDiscoverService {
3737

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/CloudMapDiscovery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Pojo class to capture all the discovery parameters.
2323
*
2424
* @author Hari Ohm Prasath
25-
* @since 1.0
25+
* @since 2.3.2
2626
*/
2727
public class CloudMapDiscovery {
2828

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/CloudMapDiscoveryProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* POJO class to capture cloudmap discovery attributes.
2323
*
2424
* @author Hari Ohm Prasath
25-
* @since 1.0
25+
* @since 2.3.2
2626
*/
2727
public class CloudMapDiscoveryProperties {
2828

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/CloudMapProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* POJO to capture all cloudmap integration parameters (both registry and discovery).
2323
*
2424
* @author Hari Ohm Prasath Rajagopal
25-
* @since 1.0
25+
* @since 2.3.2
2626
*/
2727
@ConfigurationProperties(CloudMapProperties.CONFIG_PREFIX)
2828
public class CloudMapProperties {

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/CloudMapRegistryAnnotationScanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* instances.
3434
*
3535
* @author Hari Ohm Prasath
36-
* @since 1.0
36+
* @since 2.3.2
3737
*/
3838
public class CloudMapRegistryAnnotationScanner {
3939

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/CloudMapRegistryProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* POJO class to capture cloudmap registration parameters.
2121
*
2222
* @author Hari Ohm Prasath
23-
* @since 1.0
23+
* @since 2.3.2
2424
*/
2525
public class CloudMapRegistryProperties {
2626

spring-cloud-aws-cloudmap/src/main/java/org/springframework/cloud/aws/cloudmap/CloudMapRegistryService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* Contains all the methods to registry with cloudmap.
5757
*
5858
* @author Hari Ohm Prasath
59-
* @since 1.0
59+
* @since 2.3.2
6060
*/
6161
public class CloudMapRegistryService implements TomcatConnectorCustomizer, ApplicationListener<ContextClosedEvent> {
6262

0 commit comments

Comments
 (0)