Skip to content

Commit d6c6e94

Browse files
v1.12.3
- Taxonomy query support - Early Access Feature Support
1 parent 894872d commit d6c6e94

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/main/java/com/contentstack/sdk/Contentstack.java

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ protected Contentstack() throws IllegalAccessException {
3737
* @param environment the environment for the stack
3838
* @return the stack
3939
* @throws IllegalAccessException the illegal access exception
40-
* <p>
41-
* <b>Example</b>
42-
*
43-
* <pre>
44-
* {
45-
* &#64;Code
46-
* Stack stack = contentstack.Stack("apiKey", "deliveryToken", "environment");
47-
* }
40+
* <p>
41+
* <b>Example</b>
4842
*
49-
* </pre>
43+
* <pre>
44+
* {
45+
* &#64;Code
46+
* Stack stack = contentstack.Stack("apiKey", "deliveryToken", "environment");
47+
* }
48+
* </pre>
5049
*/
5150
public static Stack stack(String stackApiKey, String deliveryToken, String environment)
5251
throws IllegalAccessException {

0 commit comments

Comments
 (0)