formatting

git-svn-id: http://jclouds.googlecode.com/svn/trunk@1853 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-08-09 22:58:54 +00:00
parent daf95d7e8a
commit c1c6ab959b
1 changed files with 2 additions and 3 deletions

View File

@ -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);