Skip to content

Commit c9bb4b9

Browse files
committed
BAEL-650: Removed unwanted comments
1 parent 672be6c commit c9bb4b9

4 files changed

Lines changed: 0 additions & 25 deletions

File tree

aws/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,4 @@
5353
</plugin>
5454
</plugins>
5555
</build>
56-
<repositories>
57-
<repository>
58-
<id>artifactory-isg-release</id>
59-
<url>https://repository.deere.com/artifactory/isg-release</url>
60-
</repository>
61-
<repository>
62-
<id>axiom-nexus</id>
63-
<url>http://isgnexus.deere.com/nexus/content/groups/public</url>
64-
</repository>
65-
</repositories>
6656
</project>

aws/src/main/java/com/baeldung/lambda/dynamodb/SavePersonHandler.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* "Unpublished Work © 2017 Deere & Company. All Worldwide Rights Reserved. THIS MATERIAL IS THE PROPERTY OF DEERE &
3-
* COMPANY. ALL USE, ALTERATIONS, DISCLOSURE, DISSEMINATION AND/OR REPRODUCTION NOT SPECIFICALLY AUTHORIZED BY DEERE &
4-
* COMPANY IS PROHIBITED."
5-
*/
61
package com.baeldung.lambda.dynamodb;
72

83
import com.amazonaws.regions.Region;

aws/src/main/java/com/baeldung/lambda/dynamodb/bean/PersonRequest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* "Unpublished Work © 2017 Deere & Company. All Worldwide Rights Reserved. THIS MATERIAL IS THE PROPERTY OF DEERE &
3-
* COMPANY. ALL USE, ALTERATIONS, DISCLOSURE, DISSEMINATION AND/OR REPRODUCTION NOT SPECIFICALLY AUTHORIZED BY DEERE &
4-
* COMPANY IS PROHIBITED."
5-
*/
61
package com.baeldung.lambda.dynamodb.bean;
72

83
import com.google.gson.Gson;

aws/src/main/java/com/baeldung/lambda/dynamodb/bean/PersonResponse.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* "Unpublished Work © 2017 Deere & Company. All Worldwide Rights Reserved. THIS MATERIAL IS THE PROPERTY OF DEERE &
3-
* COMPANY. ALL USE, ALTERATIONS, DISCLOSURE, DISSEMINATION AND/OR REPRODUCTION NOT SPECIFICALLY AUTHORIZED BY DEERE &
4-
* COMPANY IS PROHIBITED."
5-
*/
61
package com.baeldung.lambda.dynamodb.bean;
72

83
import com.google.gson.Gson;

0 commit comments

Comments
 (0)