MCPcopy Create free account
hub / github.com/apache/tomcat / removeGroup

Method removeGroup

java/org/apache/catalina/users/GenericUser.java:141–146  ·  view source on GitHub ↗
(Group group)

Source from the content-addressed store, hash-verified

139
140
141 @Override
142 public void removeGroup(Group group) {
143 if (groups.remove(group)) {
144 database.modifiedUser(this);
145 }
146 }
147
148
149 @Override

Callers

nothing calls this directly

Calls 2

removeMethod · 0.65
modifiedUserMethod · 0.65

Tested by

no test coverage detected