We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894872d commit d6c6e94Copy full SHA for d6c6e94
1 file changed
src/main/java/com/contentstack/sdk/Contentstack.java
@@ -37,16 +37,15 @@ protected Contentstack() throws IllegalAccessException {
37
* @param environment the environment for the stack
38
* @return the stack
39
* @throws IllegalAccessException the illegal access exception
40
- * <p>
41
- * <b>Example</b>
42
- *
43
- * <pre>
44
- * {
45
- * @Code
46
- * Stack stack = contentstack.Stack("apiKey", "deliveryToken", "environment");
47
- * }
+ * <p>
+ * <b>Example</b>
48
*
49
- * </pre>
+ * <pre>
+ * {
+ * @Code
+ * Stack stack = contentstack.Stack("apiKey", "deliveryToken", "environment");
+ * }
+ * </pre>
50
*/
51
public static Stack stack(String stackApiKey, String deliveryToken, String environment)
52
throws IllegalAccessException {
0 commit comments