Skip to content

Commit

Permalink
Fix some code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
guperrot committed Oct 8, 2018
1 parent 731b456 commit 197125c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ <T> void postCommand(Runnable runnable, DefaultAppCenterFuture<T> future, T valu
postAsyncGetter(runnable, future, valueIfDisabledOrNotStarted);
}

@SuppressWarnings("EmptyMethod")
@Override
protected synchronized void post(Runnable runnable) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import com.microsoft.appcenter.ingestion.models.one.DeviceExtension;
import com.microsoft.appcenter.ingestion.models.properties.TypedProperty;

import java.util.HashMap;
import java.util.Map;

/**
Expand Down

0 comments on commit 197125c

Please sign in to comment.