Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The comment in ImagePipelineConfig showing how-to-use is out-of-date. #226

Closed
liangfeidotme opened this issue May 1, 2015 · 2 comments
Closed
Labels

Comments

@liangfeidotme
Copy link

/**
 * Master configuration class for the image pipeline library.
 *
 * To use:
 * <code>
 *   ImagePipelineConfig config = ImagePipelineConfig.newBuilder()
 *       .setXXX(xxx)
 *       .setYYY(yyy)
 *       .build();
 *   ImagePipelineFactory factory = new ImagePipelineFactory(config);
 *   ImagePipeline pipeline = factory.newPipeline();
 * </code>
 *
 * <p>This should only be done once per process.
 */
public class ImagePipelineConfig {

I cannot find newPipeline() in ImagePipelineFactory.

@tyronen tyronen added the bug label May 1, 2015
@tyronen
Copy link
Contributor

tyronen commented May 1, 2015

The web site has the most up-to-date documentation.

@IanChilds
Copy link
Contributor

Fix is on its way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants