- Minor cleanup of obsolete javadocs.

This commit is contained in:
Agetian
2012-11-06 04:41:31 +00:00
parent 27e1e776e3
commit 24b362f939
2 changed files with 1 additions and 11 deletions

View File

@@ -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();

View File

@@ -76,4 +76,4 @@ public class CharmEffect extends SpellEffect {
return sb.toString();
}
} // end class AbilityFactory_Charm
}