refactor: removed netbeans's auto-generated comments

This commit is contained in:
Oleg Agafonov 2023-09-02 16:04:21 +04:00
parent 344ff81a37
commit 8a65b0f149
27 changed files with 33 additions and 33 deletions

View file

@ -43,7 +43,7 @@ public class CantBeRegeneratedSourceEffect extends ContinuousRuleModifyingEffect
@Override
public void init(Ability source, Game game) {
super.init(source, game); //To change body of generated methods, choose Tools | Templates.
super.init(source, game);
if (duration.isOnlyValidIfNoZoneChange()) {
// If source permanent is no longer onto battlefield discard the effect
if (source.getSourcePermanentIfItStillExists(game) == null) {