MCPcopy Create free account
hub / github.com/PCGen/pcgen / removeAssociation

Method removeAssociation

code/src/java/pcgen/core/Equipment.java:5768–5771  ·  view source on GitHub ↗
(CDOMObject obj, String o)

Source from the content-addressed store, hash-verified

5766 }
5767
5768 private void removeAssociation(CDOMObject obj, String o)
5769 {
5770 assocSupt.removeAssoc(obj, AssociationListKey.CHOICES, new FixedStringList(o));
5771 }
5772
5773 public String getFirstAssociation(CDOMObject obj)
5774 {

Callers 1

removeEqModifierMethod · 0.95

Calls 1

removeAssocMethod · 0.45

Tested by

no test coverage detected