Skip to content

Commit c2a4bfe

Browse files
updated package-info.java
1 parent 50848bb commit c2a4bfe

File tree

11 files changed

+14
-31
lines changed

11 files changed

+14
-31
lines changed

.env

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/**
2-
* Useful to access contentstack's app components
3-
*/
4-
package com.contentstack.cms.marketplace.apps.hosting;
1+
package com.contentstack.sdk.marketplace.apps.hosting;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/**
2-
* Useful to access contentstack's app components
3-
*/
4-
package com.contentstack.cms.marketplace.apps.oauth;
1+
2+
package com.contentstack.sdk.marketplace.apps.oauth;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/**
2-
* Useful to access contentstack's app components
3-
*/
4-
package com.contentstack.cms.marketplace.apps;
1+
package com.contentstack.sdk.marketplace.apps;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/**
2-
* Useful to access contentstack's app auth component
3-
*/
4-
package com.contentstack.cms.marketplace.auths;
1+
package com.contentstack.sdk.marketplace.auths;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package com.contentstack.sdk.marketplace.installations.location;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/**
2-
* Useful to access contentstack's app components
3-
*/
4-
package com.contentstack.cms.marketplace.installations;
1+
2+
package com.contentstack.sdk.marketplace.installations;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package com.contentstack.sdk.marketplace.installations.webhook;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/**
2-
* Useful to access contentstack's app/manifest components
3-
*/
4-
package com.contentstack.cms.marketplace;
1+
2+
package com.contentstack.sdk.marketplace;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/**
2-
* Useful to access contentstack's app request components
3-
*/
4-
package com.contentstack.cms.marketplace.request;
1+
2+
package com.contentstack.sdk.marketplace.request;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/**
2-
* Useful to access contentstack's app/manifest components
3-
*/
1+
42
package com.contentstack.sdk;

0 commit comments

Comments
 (0)