Skip to content

Commit 2880913

Browse files
Merge pull request #85 from avipars/master
Change Readme to match latest version
2 parents 67383a1 + bfcc2d6 commit 2880913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ callback {
521521
}
522522

523523
@Override
524-
public void dontAllow(@NonNull PiracyCheckerError error, @Nullable PirateApp app) {
524+
public void doNotAllow(@NonNull PiracyCheckerError error, @Nullable PirateApp app) {
525525
// You can either do something specific when the user is not allowed to use the app
526526
// Or manage the error, using the 'error' parameter, yourself (Check errors at {@link PiracyCheckerError}).
527527

@@ -533,7 +533,7 @@ callback {
533533

534534
@Override
535535
public void onError(@NonNull PiracyCheckerError error) {
536-
// This method is not required to be implemented/overriden but...
536+
// This method is not required to be implemented/overridden but...
537537
// You can either do something specific when an error occurs while checking the license,
538538
// Or manage the error, using the 'error' parameter, yourself (Check errors at {@link PiracyCheckerError}).
539539
}

0 commit comments

Comments
 (0)