Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Feb 17, 2018
1 parent 7650654 commit 1009c5f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ public ImageRequest<T> onDisplayed(@Nullable DisplayCallback<T> callback) {
* Load image synchronously (on current thread)
*
* @return Loaded image or {@code null} if image could not be loaded
* @throws IllegalStateException if request has already been executed
*/
@Nullable
@WorkerThread
Expand All @@ -289,7 +288,6 @@ public Bitmap loadSync() {
/**
* Load image asynchronously
*
* @throws IllegalStateException if request has already been executed
* @see #onLoaded
*/
@AnyThread
Expand All @@ -300,8 +298,6 @@ public void load() {

/**
* Load image asynchronously and display it in the specified {@code view}
*
* @throws IllegalStateException if request has already been executed
*/
@MainThread
public void load(@NonNull View view) {
Expand Down Expand Up @@ -365,8 +361,6 @@ public void load(@NonNull View view) {

/**
* Delete all cached images for specified data asynchronously
*
* @throws IllegalStateException if request has already been executed
*/
@AnyThread
public void invalidate() {
Expand Down

0 comments on commit 1009c5f

Please sign in to comment.