@@ -23,7 +23,7 @@ public class Config {
2323 public Config (){}
2424
2525 /**
26- * Sets host name of the Built.io Contentstack server.
26+ * Sets host name of the Contentstack server.
2727 *
2828 * @param hostName
2929 * host name.
@@ -44,10 +44,10 @@ public void setHost(String hostName){
4444 }
4545
4646
47+
4748 /**
48- * Get URL.
49- *
5049 *
50+ * @return URL String
5151 * <br><br><b>Example :</b><br>
5252 * <pre class="prettyprint">
5353 * String url = config.getHost();
@@ -59,8 +59,8 @@ public String getHost(){
5959
6060
6161 /**
62- * Get version of the Built.io Contentstack server.
63- *
62+ * Get version of the Contentstack server.
63+ * @return VERSION String
6464 * <br><br><b>Example :</b><br>
6565 * <pre class="prettyprint">
6666 * String version = config.getVersion();
@@ -71,7 +71,7 @@ public String getVersion(){
7171 }
7272
7373 /**
74- * Changes the Built.io Contentstack version to be used in the final URL.
74+ * Changes the Contentstack version to be used in the final URL.
7575 *
7676 * @param version
7777 * version string.
@@ -92,8 +92,7 @@ private void setVersion(String version){
9292 /**
9393 * set environment.
9494 *
95- * @param environment
96- * environment uid/name
95+ * @param environment uid/name
9796 *
9897 * <br><br><b>Example :</b><br>
9998 * <pre class="prettyprint">
@@ -109,6 +108,7 @@ protected void setEnvironment(String environment){
109108
110109 /**
111110 * Get environment.
111+ * @return param environment string
112112 * <br><br><b>Example :</b><br>
113113 * <pre class="prettyprint">
114114 * String environment = config.getEnvironment();
0 commit comments