remove empty lines
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
fbd1ba0c09
commit
eb1c77daf4
|
@ -141,4 +141,4 @@ public class OpenIdConfiguration implements Serializable
|
|||
{
|
||||
return scopes;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -207,4 +207,4 @@ public class OpenIdCredentials implements Serializable
|
|||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -53,4 +53,4 @@ public class OpenIdUserIdentity implements UserIdentity
|
|||
{
|
||||
return userIdentity == null ? false : userIdentity.isUserInRole(role, scope);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue