Skip to content

Commit 078115e

Browse files
committed
Bracket.
1 parent c5b1f26 commit 078115e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picasso/src/main/java/com/squareup/picasso/RequestCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public RequestCreator rotate(float degrees, float pivotX, float pivotY) {
180180
* Attempt to decode the image using the specified config.
181181
* <p>
182182
* Note: This value may be ignored by {@link BitmapFactory}. See
183-
* {@link BitmapFactory.Options#inPreferredConfig its documentation for more details.
183+
* {@link BitmapFactory.Options#inPreferredConfig its documentation} for more details.
184184
*/
185185
public RequestCreator config(Bitmap.Config config) {
186186
data.config(config);

0 commit comments

Comments
 (0)