Skip to content

Commit a5f1e72

Browse files
@author ishaileshmishra
1 parent a9e18eb commit a5f1e72

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

src/main/java/com/contentstack/cms/stack/Asset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Assets refer to all the media files (images, videos, PDFs, audio files, and so on) uploaded in your Contentstack
2020
* repository for future use.
2121
*
22-
* @author Shailesh Mishra
22+
* @author ishaileshmishra
2323
* @version 1.0.0
2424
* @since 2022-05-19
2525
*/

src/main/java/com/contentstack/cms/stack/AuditLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Read more about <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#audit-log">Audit
2020
* Log</a>
2121
*
22-
* @author Shailesh Mishra
22+
* @author ishaileshmishra
2323
* @version 1.0.0
2424
* @since 2022-05-19
2525
*/

src/main/java/com/contentstack/cms/stack/DeliveryToken.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* use Management Tokens
1919
* <br>
2020
*
21-
* @author Shailesh Mishra
21+
* @author ishaileshmishra
2222
* @version 1.0.0
2323
* @since 2022-05-19
2424
*/

src/main/java/com/contentstack/cms/stack/Entry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* the stack. Additionally, you can also set the include_branch query parameter to true to include the _branch top-level
1717
* key in the response. This key specifies the unique ID of the branch where the concerned Contentstack module resides.
1818
*
19-
* @author Shailesh Mishra
19+
* @author ishaileshmishra
2020
* @version 1.0.0
2121
* @since 2022-05-19
2222
*/

src/main/java/com/contentstack/cms/stack/Environment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* A publishing environment corresponds to one or more deployment servers or a content delivery destination where the
1515
* entries need to be published.
1616
*
17-
* @author Shailesh Mishra
17+
* @author ishaileshmishra
1818
* @version 1.0.0
1919
* @since 2022-05-19
2020
*/

src/main/java/com/contentstack/cms/stack/Extensions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* the stack. Additionally, you can also set the include_branch query parameter to true to include the _branch top-level
2222
* key in the response. This key specifies the unique ID of the branch where the concerned Contentstack module resides.
2323
*
24-
* @author Shailesh Mishra
24+
* @author ishaileshmishra
2525
* @version 1.0.0
2626
* @since 2022-05-19
2727
*/

src/main/java/com/contentstack/cms/stack/Label.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* the stack. Additionally, you can also set the include_branch query parameter to true to include the _branch top-level
1717
* key in the response. This key specifies the unique ID of the branch where the concerned Contentstack module resides.
1818
*
19-
* @author Shailesh Mishra
19+
* @author ishaileshmishra
2020
* @version 1.0.0
2121
* @since 2022-05-19
2222
*/

src/main/java/com/contentstack/cms/stack/ManagementToken.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* use Management Tokens
1515
* <br>
1616
*
17-
* @author Shailesh Mishra
17+
* @author ishaileshmishra
1818
* @version 1.0.0
1919
* @since 2022-05-19
2020
*/

src/main/java/com/contentstack/cms/stack/PublishQueue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* key in the response. This key specifies the unique ID of the branch where the concerned Contentstack module resides.
2121
* <br>
2222
*
23-
* @author Shailesh Mishra
23+
* @author ishaileshmishra
2424
* @version 1.0.0
2525
* @see <a href="https://www.contentstack.com/docs/developers/apis/content-management-api/#publish-queue">
2626
* Publish Queue

src/main/java/com/contentstack/cms/stack/Release.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Read more about <a
2222
* href="https://www.contentstack.com/docs/developers/apis/content-management-api/#releases">Releases</a>
2323
*
24-
* @author Shailesh Mishra
24+
* @author ishaileshmishra
2525
* @version 1.0.0
2626
* @since 2022-05-19
2727
*/

0 commit comments

Comments
 (0)