Skip to content

Commit

Permalink
refactor: update visibility for crossplatform testing (#211)
Browse files Browse the repository at this point in the history
refactor: update visibility for testing
  • Loading branch information
willpassidomo authored Jul 29, 2022
1 parent 821d61e commit b03f210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public static class Builder {
private Integer sessionTimeout = null;
private Integer configMaxAge = null;
private Boolean unCaughtExceptionLogging = null;
private MParticle.LogLevel logLevel = null;
MParticle.LogLevel logLevel = null;
BaseIdentityTask identityTask;
private AttributionListener attributionListener;
private BatchCreationListener batchCreationListener;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AliasNetworkResponse {
private int responseCode;
private String errorMessage;

AliasNetworkResponse(int responseCode) {
public AliasNetworkResponse(int responseCode) {
this(responseCode, null);
}

Expand Down

0 comments on commit b03f210

Please sign in to comment.