117118119120121122123124125126
* not present implies that all flags in the required FLAGS * response can be changed permanently. */ if (permanentFlags == null) { if (availableFlags != null) permanentFlags = new Flags(availableFlags); else permanentFlags = new Flags(); } }