> + * software distributed under the License is distributed on an
> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> + * KIND, either express or implied.  See the License for the
> + * specific language governing permissions and limitations
> + * under the License.
> + */
> +import org.jclouds.blobstore.BlobStoreContext
> +import org.jclouds.ContextBuilder
> +import org.jclouds.filesystem.reference.FilesystemConstants
> +
> +
> +/**
> + * Demonstrates use of  BlobStore filesystem api
> + * @author adisesha
> + */
> +object Main {

`extends App`? Seems more common Scala usage than a `main` method.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/4/files#r4534200

Reply via email to