added missing jets3t method

git-svn-id: http://jclouds.googlecode.com/svn/trunk@836 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-05-22 15:50:08 +00:00
parent bb3e8e160c
commit 713b9d3b05
1 changed files with 7 additions and 0 deletions

View File

@ -288,4 +288,11 @@ public class JCloudsS3Service extends S3Service {
}
protected org.jets3t.service.model.S3Owner getAccountOwnerImpl()
throws org.jets3t.service.S3ServiceException {
// TODO Unimplemented
throw new UnsupportedOperationException();
}
}