> @@ -223,6 +225,15 @@ public String toString() {
> @Provides
> @Singleton
> @Memoized
> + public Supplier<Map<String, Project>>
> listProjects(AtomicReference<AuthorizationException> authException,
> @Named(PROPERTY_SESSION_INTERVAL) long seconds,
> + final
> ProjectsForCurrentUser projectsForCurrentUser) {
Don't know if it's strictly needed - I was aping what we're doing for similar
methods.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/215/files#r7931004