mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +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
|
@Override
|
||||||
protected String getStackDescription(java.util.Map<String,String> params, SpellAbility sa) {
|
protected String getStackDescription(java.util.Map<String,String> params, SpellAbility sa) {
|
||||||
final StringBuilder sb = new StringBuilder();
|
final StringBuilder sb = new StringBuilder();
|
||||||
|
|||||||
@@ -76,4 +76,4 @@ public class CharmEffect extends SpellEffect {
|
|||||||
return sb.toString();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end class AbilityFactory_Charm
|
}
|
||||||
Reference in New Issue
Block a user