-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: None
-
Component/s: None
-
None
If you use SubjectUtils (e.g. in GSH templates), refactor to use GrouperUtil instead.
If you do not have it imported, import GrouperUtil
import edu.internet2.middleware.grouper.util.GrouperUtil; |
|
If you import SubjectUtils then remove that line
Then search and replace SubjectUtils with GrouperUtil