re-enabled reading system scopes

pull/650/head
arielak 2014-07-29 15:45:37 -04:00
parent 4eafb4efa9
commit fb906ce3a0
1 changed files with 1 additions and 2 deletions

View File

@ -532,8 +532,7 @@ public class MITREidDataService_1_0 implements MITREidDataService {
} else if (name.equals(REFRESHTOKENS)) {
readRefreshTokens(reader);
} else if (name.equals(SYSTEMSCOPES)) {
//readSystemScopes(reader);
reader.skipValue();
readSystemScopes(reader);
} else {
// unknown token, skip it
reader.skipValue();