Project

General

Profile

« Previous | Next » 

Revision 2fb0c44a

Added by Andreas Müller about 7 years ago

new GrantedAuthority factory method for E+M activator

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/berlinModelImport/EuroMedActivator.java
580 580
                }
581 581
            }
582 582
            if(isMissing){
583
                GrantedAuthorityImpl newGa = GrantedAuthorityImpl.NewInstance();
584
                newGa.setAuthority(a);
583
                GrantedAuthorityImpl newGa = GrantedAuthorityImpl.NewInstance(a);
585 584
                group.addGrantedAuthority(newGa);
586 585
                logger.info("New GrantedAuthority '" + a + "' added  to '" + groupName + "'");
587 586
            }

Also available in: Unified diff