> + * limitations under the License. > + */ > +package org.jclouds.chef.strategy; > + > +import org.jclouds.chef.domain.CookbookDefinition; > +import org.jclouds.chef.domain.CookbookVersion; > +import > org.jclouds.chef.strategy.internal.ListCookbookVersionsInEnvironmentImpl; > + > +import com.google.common.base.Predicate; > +import com.google.common.util.concurrent.ListeningExecutorService; > +import com.google.inject.ImplementedBy; > + > +/** > + * > + * > + * @author Noorul Islam K M
[minor] remove blank comment line --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/32/files#r7279899
