File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
src/main/java/com/contentstack/sdk Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff 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- * @Code
46- * Stack stack = contentstack.Stack("apiKey", "deliveryToken", "environment");
47- * }
40+ * <p>
41+ * <b>Example</b>
4842 *
49- * </pre>
43+ * <pre>
44+ * {
45+ * @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 {
You can’t perform that action at this time.
0 commit comments