Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache committed Jul 31, 2014
1 parent d2a0a06 commit 11f39a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Session session = new SessionImpl("http://10.0.2.2:8080");
```
However, most portal remote methods don't accept unauthenticated remote calls,
you will get a `Authentication required` exception message in most cases.
you will get a `Authentication access required` exception message in most cases.

This will only work if the remote method on the portal or your plugin has the
`@AccessControlled` annotation just before the method:
Expand Down
2 changes: 1 addition & 1 deletion ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ LRSession *session = [[LRSession alloc] initWithServer:@"http://localhost:8080"]
```
However, most portal remote methods don't accept unauthenticated remote calls,
you will get a `Authentication required` exception message in most cases.
you will get a `Authentication access required` exception message in most cases.
This will only work if the remote method on the portal or your plugin has the
`@AccessControlled` annotation just before the method:
Expand Down

0 comments on commit 11f39a0

Please sign in to comment.