mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Minor cleanup of obsolete javadocs.
This commit is contained in:
@@ -58,16 +58,6 @@ public class AttachEffect extends SpellEffect {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Attach stack description.
|
||||
*
|
||||
* @param af
|
||||
* the af
|
||||
* @param sa
|
||||
* the sa
|
||||
* @return the string
|
||||
*/
|
||||
|
||||
@Override
|
||||
protected String getStackDescription(java.util.Map<String,String> params, SpellAbility sa) {
|
||||
final StringBuilder sb = new StringBuilder();
|
||||
|
||||
@@ -76,4 +76,4 @@ public class CharmEffect extends SpellEffect {
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
} // end class AbilityFactory_Charm
|
||||
}
|
||||
Reference in New Issue
Block a user