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

@ -1386,12 +1386,12 @@ public class PlayerStub implements Player {
@Override
public PlanarDieRollResult rollPlanarDie(Outcome outcome, Ability source, Game game, int numberChaosSides, int numberPlanarSides) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public List<UUID> getTurnControllers() {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
throw new UnsupportedOperationException("Not supported yet.");
}
@Override

View file

@ -46,7 +46,7 @@ public class TournamentStub implements Tournament {
@Override
public ResultProtos.TourneyProto toProto() {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
throw new UnsupportedOperationException("Not supported yet.");
}
@Override