Skip to content

Commit

Permalink
Merge pull request #1 from Danny7226/improve-annotation
Browse files Browse the repository at this point in the history
Improve the annotation of Encoder interface
  • Loading branch information
Danny7226 authored Mar 5, 2020
2 parents fb672a5 + c9132b3 commit 3fcae82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/java/com/bumptech/glide/load/Encoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public interface Encoder<T> {
* successfully and should be committed.
*
* @param data The data to write.
* @param file The File to write the data to.
* @param options The put of options to apply when encoding.
* @param file The file to write the data to.
* @param options The set of options to apply when encoding.
*/
boolean encode(@NonNull T data, @NonNull File file, @NonNull Options options);
}

0 comments on commit 3fcae82

Please sign in to comment.