mirror of https://github.com/apache/cloudstack.git
change a comment in ApiResponseGsonHelper.java
reviewed-by: edison
This commit is contained in:
parent
455a5d88dd
commit
732fa41a6d
|
|
@ -17,15 +17,15 @@
|
|||
*/
|
||||
|
||||
|
||||
/**
|
||||
* The ApiResonseGsonHelper is different from ApiGsonHelper - it registeres one more adapter for String type required for api response encoding
|
||||
*/
|
||||
|
||||
|
||||
package com.cloud.api;
|
||||
|
||||
import com.google.gson.GsonBuilder;
|
||||
|
||||
/**
|
||||
* The ApiResonseGsonHelper is different from ApiGsonHelper - it registeres one more adapter for String type required for api response encoding
|
||||
*/
|
||||
public class ApiResponseGsonHelper {
|
||||
private static final GsonBuilder s_gBuilder;
|
||||
|
||||
|
|
@ -40,4 +40,4 @@ public class ApiResponseGsonHelper {
|
|||
public static GsonBuilder getBuilder() {
|
||||
return s_gBuilder;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue