mirror of https://github.com/apache/jclouds.git
formatting
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1853 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
daf95d7e8a
commit
c1c6ab959b
|
@ -41,9 +41,8 @@ import com.google.inject.Inject;
|
|||
*
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
public class ParseContainerListFromGsonResponse extends ParseJson<List<ContainerMetadata>>
|
||||
{
|
||||
|
||||
public class ParseContainerListFromGsonResponse extends ParseJson<List<ContainerMetadata>> {
|
||||
|
||||
@Inject
|
||||
public ParseContainerListFromGsonResponse(Gson gson) {
|
||||
super(gson);
|
||||
|
|
Loading…
Reference in New Issue