diff --git a/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java b/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java index 40336bd..f1c1126 100644 --- a/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java +++ b/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java @@ -584,7 +584,7 @@ private void performEndSessionRequest( } private AuthorizationService getAuthorizationService() { - // Call to createAuthorizationService()is done as there have been some reported instances where + // Call to createAuthorizationService() is done as there have been some reported instances where // the services have been disposed but they're still needed e.g. to refresh tokens createAuthorizationServices(); AuthorizationService authorizationService =