Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/src/java/pcgen/cdom/content/CNAbility.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/**
* An CNAbility represents an "unresolved" (categorized) Ability & Nature.
*/
public class CNAbility extends ConcretePrereqObject
public final class CNAbility extends ConcretePrereqObject
implements QualifyingObject, Comparable<CNAbility>, ChooseDriver, Reducible
{

Expand Down
2 changes: 1 addition & 1 deletion code/src/java/pcgen/cdom/helper/CNAbilitySelection.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import pcgen.core.SettingsHandler;
import pcgen.rules.context.LoadContext;

public class CNAbilitySelection extends ConcretePrereqObject implements QualifyingObject, Reducible
public final class CNAbilitySelection extends ConcretePrereqObject implements QualifyingObject, Reducible
{

private final CNAbility cna;
Expand Down
Loading