Skip to content

Commit f27a7c0

Browse files
authored
Snippets updates (#297)
* feat (Snippets): Adding snippets configuration file to .gitignore * doc (Snippets): Update file headers
1 parent f4c7929 commit f27a7c0

121 files changed

Lines changed: 241 additions & 241 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ buildNumber.properties
1818
.idea
1919
*.iml
2020

21-
sample-app/src/main/resources/config.properties
21+
examples/snippets/src/main/resources/config.properties

examples/snippets/src/main/java/conversation/application/Create.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.application;
99

examples/snippets/src/main/java/conversation/application/Delete.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.application;
99

examples/snippets/src/main/java/conversation/application/Get.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.application;
99

examples/snippets/src/main/java/conversation/application/List.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.application;
99

examples/snippets/src/main/java/conversation/application/Update.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.application;
99

examples/snippets/src/main/java/conversation/capability/Capability.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.capability;
99

examples/snippets/src/main/java/conversation/contact/Create.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.contact;
99

examples/snippets/src/main/java/conversation/contact/Delete.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.contact;
99

examples/snippets/src/main/java/conversation/contact/Get.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Sinch Java Snippet
33
*
4-
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java-snippets
4+
* <p>This snippet is available at https://github.com/sinch/sinch-sdk-java
55
*
6-
* <p>See https://github.com/sinch/sinch-sdk-java-snippets/blob/main/README.md for details
6+
* <p>See https://github.com/sinch/sinch-sdk-java/blob/main/examples/snippets/README.md for details
77
*/
88
package conversation.contact;
99

0 commit comments

Comments
 (0)