mirror of
https://github.com/google/nomulus
synced 2026-04-09 19:19:19 +00:00
Remove LoggedInFlow
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137444791
This commit is contained in:
@@ -48,7 +48,7 @@ public class HttpSessionMetadata implements SessionMetadata {
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
public Set<String> getServiceExtensionUris() {
|
||||
return (Set<String>) session.getAttribute(SERVICE_EXTENSIONS);
|
||||
return nullToEmpty((Set<String>) session.getAttribute(SERVICE_EXTENSIONS));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user